0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/etc/tsan.blacklist
Ryan Egesdahl 0514bd0066 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.
2020-05-27 23:36:32 +00:00

5 lines
144 B
Plaintext

# WT is known to use a non-standard thread model that is incompatible with TSAN
# and causes false positives.
src:src/third_party/wiredtiger/*