mongo/etc/tsan.denylist
Juan Gu ffe0eb3663 SERVER-94824 Add zstandard to TSAN denylist (#27087)
GitOrigin-RevId: 51748267c182ba823cb48f6dfe5b0d0acd83d881
2024-09-17 21:06:08 +00:00

5 lines
175 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/*
src:src/third_party/zstandard/*