]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Stats are racey, disable periodic stats printing in tests
authorOtto <otto.moerbeek@open-xchange.com>
Wed, 22 Dec 2021 09:06:03 +0000 (10:06 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Wed, 22 Dec 2021 10:08:50 +0000 (11:08 +0100)
pdns/recursordist/recursor-tsan.supp
regression-tests.recursor-dnssec/recursortests.py

index ee6d9eaeea684ed8a06682f19acead9c55d3ebcf..ba40b456e91a0ebc9a605199e8b9a0fa49b57516 100644 (file)
@@ -1,3 +1,2 @@
 # We don't care about stats for now
-race:doStats
 race:g_stats
index 4b9a745e9847d1b36e01f38b454dd5f129fda595..1d2d66dbda42ed50bae38e897bf20cc08db62db5 100644 (file)
@@ -58,6 +58,7 @@ threads=1
 loglevel=9
 disable-syslog=yes
 log-common-errors=yes
+statistics-interval=0
 """
     _config_template = """
 """