diff options
| author | Juan Gu <111318390+juangugit@users.noreply.github.com> | 2024-09-17 13:26:53 -0700 |
|---|---|---|
| committer | MongoDB Bot <mongo-bot@mongodb.com> | 2024-09-17 21:06:08 +0000 |
| commit | ffe0eb3663a30a4a5dde5257ee9ffbc0fc65f8e5 (patch) | |
| tree | 192156c5f52046119f6e00af5aa0553edb537838 | |
| parent | 52ace13e97475841ce2d2c0f4f4648111b7be1ec (diff) | |
SERVER-94824 Add zstandard to TSAN denylist (#27087)
GitOrigin-RevId: 51748267c182ba823cb48f6dfe5b0d0acd83d881
| -rw-r--r-- | etc/tsan.denylist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/tsan.denylist b/etc/tsan.denylist index 7cdefe5e595..12dc9a17042 100644 --- a/etc/tsan.denylist +++ b/etc/tsan.denylist @@ -1,4 +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/* - +src:src/third_party/zstandard/* |
