From: Axel Viala Date: Tue, 2 Aug 2022 21:06:22 +0000 (+0200) Subject: [tsan] Data race suppression for avg_latency and send_latency globals. X-Git-Tag: rec-4.8.0-alpha1~55^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11819%2Fhead;p=thirdparty%2Fpdns.git [tsan] Data race suppression for avg_latency and send_latency globals. See --- diff --git a/auth-tsan.supp b/auth-tsan.supp new file mode 100644 index 0000000000..660f2ec353 --- /dev/null +++ b/auth-tsan.supp @@ -0,0 +1,6 @@ +# Statistic data-race not relevant right now +# Due to performance issue of atomics +# Discussion: +# https://github.com/PowerDNS/pdns/issues/11814 +race:avg_latency +race:send_latency