From: Remi Gacogne Date: Wed, 9 Feb 2022 10:41:59 +0000 (+0100) Subject: dnsdist: Remove duplicated TSAN suppressions file X-Git-Tag: rec-4.7.0-alpha1~9^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02df43339b5218780210ef1488798ea46076e83a;p=thirdparty%2Fpdns.git dnsdist: Remove duplicated TSAN suppressions file --- diff --git a/pdns/dnsdistdist/tsan.supp b/pdns/dnsdistdist/tsan.supp deleted file mode 100644 index 7d289dba0e..0000000000 --- a/pdns/dnsdistdist/tsan.supp +++ /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