mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
e476c8ff9c
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.
5 lines
174 B
Plaintext
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
|
|
|