summaryrefslogtreecommitdiff
path: root/etc/tsan.denylist
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2021-04-30 19:00:09 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-04 17:18:22 +0000
commit5a97994a1bf0aec9fda23387e95103767d551c36 (patch)
tree9554b262d5e671eb8a2fbad00eb48fb5706ffa2b /etc/tsan.denylist
parentc02a82e18fe3fc3cf9ed76962fe05c22bf376332 (diff)
downloadmongo-5a97994a1bf0aec9fda23387e95103767d551c36.tar.gz
SERVER-56962 Use .denylist suffix for etc/ sanitizer filesbd1f707
Diffstat (limited to 'etc/tsan.denylist')
-rw-r--r--etc/tsan.denylist4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/tsan.denylist b/etc/tsan.denylist
new file mode 100644
index 00000000000..7cdefe5e595
--- /dev/null
+++ b/etc/tsan.denylist
@@ -0,0 +1,4 @@
+# WT is known to use a non-standard thread model that is incompatible with TSAN
+# and causes false positives.
+src:src/third_party/wiredtiger/*
+