-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 3.5.8
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
TIG 2017-09-11, TIG 2017-10-02, TIG 2017-10-23
When running multi-threaded tests with the JSTestCase class, resmoke.py eventually returns a single exit code for that test case. The exit code is currently set to the return code of the process that finishes last. Ideally, the exit code should be changed so that if one of the threads had failed (and not necessarily the last thread), then the final exit code from resmoke.py should be nonzero as well regardless of what the last thread returned.
- is related to
-
SERVER-26443 Clean up error reporting in jstestfuzz_concurrent suite when mongo shell fails to spawn
- Closed