-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 3.3.2
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
TIG 11 (03/11/16), TIG 12 (04/01/16)
-
0
The pkill logic should be cleaned up to remove the long line of all processes requiring a kill:
- Use pkill mongo to match all mongo* processes
- Use a function for common process_kill
- related to
-
SERVER-24013 Fix kill_process logic to handle process names which contains regex special characters
- Closed