-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.3.10
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
v4.4
-
STM 2020-06-29, STM 2020-07-13
-
13
-
2
Currently, resmoke stops the test if a mongo server has crashed in job.py. We should have it do the same for a shell crash.
For suites that use the shell to spawn servers, a shell crash would cause the servers to not be terminated. Subsequent tests will then run on servers from previous tests, causing either test failures or hangs.
Having these additional failures defeat the purpose of running with continueOnFailure.