0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-24507 Kill process list should be integrated with Jepsen tasks

This commit is contained in:
Jonathan Abrahams 2016-06-10 11:55:46 -04:00
parent faa72f6b4c
commit b186683da3

View File

@ -528,7 +528,7 @@ functions:
params:
silent: true
script: |
process_kill_list="(mongo|bsondump|python|lldb|_test$|^cl\.exe$|_test\.exe$)"
process_kill_list="(^cl\.exe$|bsondump|java|lein|lldb|mongo|python|_test$|_test\.exe$)"
# Exclude Evergreen agent processes
process_exclude_list="(main)"