From: Peter van Dijk Date: Mon, 28 Jan 2013 12:30:11 +0000 (+0000) Subject: extra recursion test flags X-Git-Tag: rec-3.5-rc3~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff076783ec50796fddde34ce058161236de4f0c2;p=thirdparty%2Fpdns.git extra recursion test flags git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3091 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/regression-tests.recursor/vars.sample b/regression-tests.recursor/vars.sample index f0124ef901..711875ec53 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 --threads=1 > 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 --packetcache-ttl=0 --max-cache-ttl=15 --threads=1 > logfile 2>&1"