-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
STM 2020-01-09
-
50
Turns out we can instigate a core dump safely enough by sending an abort signal instead of a kill signal, and the difference in behavior is likely to still allow for valid data files, since the signal handler is a different thread that doesn't take locks. So now we should send an abort signal instead of a kill.
- is related to
-
SERVER-95262 Use SIGKILL rather than clean shutdown after a failing test
- Closed