mirror of https://github.com/mongodb/mongo
SERVER-94824 Add zstandard to TSAN denylist (#27087)
GitOrigin-RevId: 51748267c182ba823cb48f6dfe5b0d0acd83d881
This commit is contained in:
parent
52ace13e97
commit
ffe0eb3663
|
|
@ -1,4 +1,4 @@
|
||||||
# WT is known to use a non-standard thread model that is incompatible with TSAN
|
# WT is known to use a non-standard thread model that is incompatible with TSAN
|
||||||
# and causes false positives.
|
# and causes false positives.
|
||||||
src:src/third_party/wiredtiger/*
|
src:src/third_party/wiredtiger/*
|
||||||
|
src:src/third_party/zstandard/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue