summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2018-06-20 08:41:04 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2018-06-20 08:41:04 -0400
commit89f7e55f0592f1d8880f6834cce84cf0197fc5b6 (patch)
tree3e86087c4c0f4467ee240d51f5356d1d2248937a
parent4f223657341875370044df8992ac693a13b3a9a8 (diff)
downloadmongo-89f7e55f0592f1d8880f6834cce84cf0197fc5b6.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 a4b6c5a5feb..e62727bb606 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:
executor:
js_test:
+ archive:
+ hooks:
+ - PeriodicKillSecondaries
config:
shell_options:
eval: "testingReplication = true;"