From: Otto Date: Wed, 17 Feb 2021 10:42:44 +0000 (+0100) Subject: Enable DNSSEC validation in bulk tests X-Git-Tag: dnsdist-1.6.0-alpha2~30^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10097%2Fhead;p=thirdparty%2Fpdns.git Enable DNSSEC validation in bulk tests --- diff --git a/regression-tests/recursor-test b/regression-tests/recursor-test index ffb7e244e8..5c2c4df689 100755 --- a/regression-tests/recursor-test +++ b/regression-tests/recursor-test @@ -31,7 +31,7 @@ rm -f recursor.pid pdns_recursor.pid system CPU seconds%S wallclock seconds%e %% CPU used%P -' ${RECURSOR} --daemon=no --local-port=$port --socket-dir=./ --trace=$TRACE --config-dir=. --max-mthreads=$mthreads --query-local-address="0.0.0.0${QLA6}" --threads=$threads --record-cache-shards=$shards --disable-packetcache --refresh-on-ttl-perc=10 > recursor.log 2>&1 & +' ${RECURSOR} --daemon=no --local-port=$port --socket-dir=./ --trace=$TRACE --config-dir=. --max-mthreads=$mthreads --query-local-address="0.0.0.0${QLA6}" --threads=$threads --record-cache-shards=$shards --disable-packetcache --refresh-on-ttl-perc=10 --dnssec=validate > recursor.log 2>&1 & sleep 3 # warm up the cache