From: Otto Moerbeek Date: Tue, 4 Apr 2023 10:01:30 +0000 (+0200) Subject: The bulk tests (with it's one client) do not work well with reuseport=yes and many... X-Git-Tag: rec-4.9.0-alpha1~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12717%2Fhead;p=thirdparty%2Fpdns.git 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 --- 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