summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRyan Egesdahl <ryan.egesdahl@mongodb.com>2020-05-26 20:19:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-27 23:36:32 +0000
commit0514bd00668ae4e490ae12a5368f67408f8af9fc (patch)
treec6944ee38697fa2795033cd639702204d2a0d5bc /etc
parent2cb53453d3feed404c8c946f3353e6bc1b68fa62 (diff)
downloadmongo-0514bd00668ae4e490ae12a5368f67408f8af9fc.tar.gz
SERVER-48336 Add WiredTiger to TSAN suppressions
WiredTiger uses a nonstandard thread model that is known to cause false positives with TSAN. Add the WiredTiger source tree to the TSAN suppressions to exclude it from false positives.
Diffstat (limited to 'etc')
-rw-r--r--etc/tsan.blacklist4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/tsan.blacklist b/etc/tsan.blacklist
index e69de29bb2d..7cdefe5e595 100644
--- a/etc/tsan.blacklist
+++ b/etc/tsan.blacklist
@@ -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/*
+