From: Otto Date: Wed, 22 Dec 2021 09:06:03 +0000 (+0100) Subject: Stats are racey, disable periodic stats printing in tests X-Git-Tag: auth-4.7.0-alpha1~90^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f0a330f3dd15dd695ffb0fc0bb5d1c73fe25090;p=thirdparty%2Fpdns.git Stats are racey, disable periodic stats printing in tests --- diff --git a/pdns/recursordist/recursor-tsan.supp b/pdns/recursordist/recursor-tsan.supp index ee6d9eaeea..ba40b456e9 100644 --- a/pdns/recursordist/recursor-tsan.supp +++ b/pdns/recursordist/recursor-tsan.supp @@ -1,3 +1,2 @@ # We don't care about stats for now -race:doStats race:g_stats diff --git a/regression-tests.recursor-dnssec/recursortests.py b/regression-tests.recursor-dnssec/recursortests.py index 4b9a745e98..1d2d66dbda 100644 --- a/regression-tests.recursor-dnssec/recursortests.py +++ b/regression-tests.recursor-dnssec/recursortests.py @@ -58,6 +58,7 @@ threads=1 loglevel=9 disable-syslog=yes log-common-errors=yes +statistics-interval=0 """ _config_template = """ """