0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/etc
Ryan Egesdahl 0bba5e4470 SERVER-48933 Fix fork-after-new-thread death test failures with TSAN
The death tests fork() a new thread in a multithreaded test harness so
we can test thread death behavior. Unfortunately TSAN does not support
fork() after spawning a thread and will kill the thread by default,
causing a test failure. This sets an unsupported TSAN flag that disables
the behavior, allowing the tests to proceed. There is currently no means
to limit the change to only the death tests, but the change only applies
to the death tests for now.
2020-06-26 03:07:53 +00:00
..
pip SERVER-48109 Skip Known Broken Resmoke Tests 2020-06-18 18:49:58 +00:00
scons SERVER-44067 Increase macosx target to 10.13 2020-04-20 15:53:38 +00:00
asan.blacklist
backports_required_for_multiversion_tests.yml SERVER-48614 Fix plan cache discriminators for partial wildcard indexes 2020-06-15 21:44:40 +00:00
burn_in_tests.yml
cloud_nightly.yml
evergreen.yml SERVER-48933 Fix fork-after-new-thread death test failures with TSAN 2020-06-26 03:07:53 +00:00
format_sample.cpp
lsan.suppressions SERVER-47340 Improve management of statics in SSLThreadInfo 2020-04-11 04:31:50 +00:00
olsen_time_zones.yml
perf.yml SERVER-48657: Use evergreen modules for performance signal-processing management 2020-06-09 13:47:42 +00:00
repo_config.yaml SERVER-44071 Platform Support: Add Community & Enterprise Ubuntu 20.04 ARM 2020-05-18 19:00:47 +00:00
system_perf.yml SERVER-49029: Add Linux 3-Node ReplSet 1 Day History 15 GB WiredTiger Cache 2020-06-25 15:32:42 +00:00
test_lifecycle.yml
test_retrial.yml
tsan.blacklist SERVER-48336 Add WiredTiger to TSAN suppressions 2020-05-27 23:36:32 +00:00
tsan.suppressions SERVER-48595 Suppress WiredTiger in unit tests 2020-06-08 16:43:41 +00:00
ubsan.blacklist
valgrind.suppressions
yamllint_config.yml