]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
The bulk tests (with it's one client) do not work well with reuseport=yes and many... 12717/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 4 Apr 2023 10:01:30 +0000 (12:01 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 4 Apr 2023 12:13:49 +0000 (14:13 +0200)
Use (the now non-default) reuseport=no

regression-tests/recursor-test

index 1af12822fca2db632a041edfc1639d20c42dd3ac..f58f936eb8aedee93bec73e631665ab789c781ed 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 > 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 --reuseport=no > recursor.log 2>&1 &
 sleep 3
 if [ ! -e pdns_recursor.pid ]; then
         cat recursor.log