]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Also set pdns-distributes-quqeries for bulk tests. 12722/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 5 Apr 2023 11:04:24 +0000 (13:04 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 5 Apr 2023 11:04:24 +0000 (13:04 +0200)
Large imbalance seen without.

regression-tests/recursor-test

index f58f936eb8aedee93bec73e631665ab789c781ed..e75817b5204d216841b54f4bda279c6178d22d93 100755 (executable)
@@ -31,7 +31,7 @@ rm -f recursor.pid pdns_recursor.pid
 <measurement><name>system CPU seconds</name><value>%S</value></measurement>
 <measurement><name>wallclock seconds</name><value>%e</value></measurement>
 <measurement><name>%% CPU used</name><value>%P</value></measurement>
-'         ${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 --refresh-on-ttl-perc=10 --dnssec=validate --reuseport=no > 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 --refresh-on-ttl-perc=10 --dnssec=validate --pdns-distributes-queries --reuseport=no > recursor.log 2>&1 &
 sleep 3
 if [ ! -e pdns_recursor.pid ]; then
         cat recursor.log