From 5744c332f30a89249327d573901707fb38faaff3 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 4 Apr 2023 12:01:30 +0200 Subject: [PATCH] The bulk tests (with it's one client) do not work well with reuseport=yes and many workers Use (the now non-default) reuseport=no --- regression-tests/recursor-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests/recursor-test b/regression-tests/recursor-test index 1af12822fc..f58f936eb8 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 --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 -- 2.47.2