summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2018-02-27 14:22:14 -0500
committerJonathan Abrahams <jonathan@mongodb.com>2018-02-27 14:22:14 -0500
commit044b03fc7e01c3cc0df135566432837568cb78a3 (patch)
treebb606f39a177889a8c724e901a9cec5af9b54316
parentde05b0b6b8c2f2e4b29f7eb2277c9503879e85da (diff)
downloadmongo-044b03fc7e01c3cc0df135566432837568cb78a3.tar.gz
SERVER-33512 Add PeriodicKillSecondaries hook to archive list
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml
index 3be197f7ded..a44d8278653 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml
@@ -15,6 +15,9 @@ selector:
- jstests/core/geo_update_btree.js
executor:
+ archive:
+ hooks:
+ - PeriodicKillSecondaries
config:
shell_options:
eval: "testingReplication = true;"