From 1e659e2631af8843fa71558974f256fa60cf480f Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 28 Jan 2013 11:34:23 +0000 Subject: [PATCH] make recursor slightly more predictable during tests git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3089 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- regression-tests.recursor/vars.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.recursor/vars.sample b/regression-tests.recursor/vars.sample index 5837b903c..f0124ef90 100644 --- a/regression-tests.recursor/vars.sample +++ b/regression-tests.recursor/vars.sample @@ -1,3 +1,3 @@ PREFIX=10.0.3 AUTHRUN="exec authbind ../../../pdns/pdns_server --config-dir=. > logfile 2>&1" -RECRUN="exec authbind ../../../pdns/pdns_recursor --config-dir=. --socket-dir=. --daemon=no --trace=yes --dont-query= --local-address=$PREFIX.9 --hint-file=hintfile > logfile 2>&1" +RECRUN="exec authbind ../../../pdns/pdns_recursor --config-dir=. --socket-dir=. --daemon=no --trace=yes --dont-query= --local-address=$PREFIX.9 --hint-file=hintfile --threads=1 > logfile 2>&1" -- 2.40.0