-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
Evergreen 2020-05-18, Evergreen 2020-06-01
-
2
SERVER-45342 modifies process.py in resmoke to allow SIGABRT to be sent to fixtures when a test fails. We also need to allow jasper processes to do the same thing so core dumps are generated
The main change is to allow stop() in jasper_process.py to stop the process with sigabrt, similar to how process.py does it here
- has to be done before
-
SERVER-48158 Add Resmoke testing for Jasper's logging endpoint
- Closed