0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/etc/tsan.suppressions
Ryan Egesdahl e476c8ff9c SERVER-48337 Fix death tests with TSAN
Fix death tests running under ThreadSanitizer. Death tests were causing
TSAN to emit a signal report, which is a false positive. The signal
report was then causing the expected failure message to not be parsed as
JSON. TSAN ignal reports will be suppressed for all death tests.
2020-05-27 23:48:39 +00:00

5 lines
174 B
Plaintext

# Death test signal reports cause test failures because the report can't be
# parsed as JSON. Suppress those messages specifically.
signal:src/mongo/unittest/death_test.cpp