]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Remove duplicated TSAN suppressions file
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 9 Feb 2022 10:41:59 +0000 (11:41 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 22 Feb 2022 09:00:59 +0000 (10:00 +0100)
pdns/dnsdistdist/tsan.supp [deleted file]

diff --git a/pdns/dnsdistdist/tsan.supp b/pdns/dnsdistdist/tsan.supp
deleted file mode 100644 (file)
index 7d289db..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# Part of that code has a race indeed, where we read the value then update it
-# We don't really care for these metrics
-race:doLatencyStats
-race:handleStats
-race:ClientState::updateTCPMetrics
-race:DownstreamState::updateTCPMetrics
-race:DownstreamState::incCurrentConnectionsCount
-# There is a race when we update the status of a backend,
-# but eventual consistency is fine there
-race:DownstreamState::setDown
-race:DownstreamState::setUp
-race:DownstreamState::setAuto
-race:updateHealthCheckResult
-race:carbonDumpThread