From: Peter van Dijk Date: Mon, 28 Jan 2013 11:34:23 +0000 (+0000) Subject: make recursor slightly more predictable during tests X-Git-Tag: rec-3.5-rc3~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e659e2631af8843fa71558974f256fa60cf480f;p=pdns make recursor slightly more predictable during tests git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3089 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- 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"