]> granicus.if.org Git - pdns/commitdiff
make recursor slightly more predictable during tests
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Mon, 28 Jan 2013 11:34:23 +0000 (11:34 +0000)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Mon, 28 Jan 2013 11:34:23 +0000 (11:34 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3089 d19b8d6e-7fed-0310-83ef-9ca221ded41b

regression-tests.recursor/vars.sample

index 5837b903c82a5c0cc5a2e990bb2a9be6efb69dfa..f0124ef901148ba5e58d9996f995d899715a767d 100644 (file)
@@ -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"