-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Evergreen, Test Python
-
None
-
Storage Engines, Storage Engines - Persistence
-
None
-
None
When enabling parallel checkpoints, there are some spurious TSan failures and hangs. The two most common cases are:
- Hangs, due to an internal limitation in TSan deadlock detection.
- Subprocess failures in test/suite, due to a bug in restart_python, which replaces sys.executable by a wrong value.