summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/jstestfuzz_interrupt_replication.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/jstestfuzz_interrupt_replication.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/jstestfuzz_interrupt_replication.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/jstestfuzz_interrupt_replication.yml b/buildscripts/resmokeconfig/suites/jstestfuzz_interrupt_replication.yml
index 3d4f33fb61e..85d20ea5863 100644
--- a/buildscripts/resmokeconfig/suites/jstestfuzz_interrupt_replication.yml
+++ b/buildscripts/resmokeconfig/suites/jstestfuzz_interrupt_replication.yml
@@ -18,6 +18,7 @@ executor:
eval: load('jstests/libs/jstestfuzz/check_for_interrupt_hook.js')
readMode: commands
hooks:
+ - class: FuzzerRestoreClusterSettings
# The CheckReplDBHash hook waits until all operations have replicated to and have been applied
# on the secondaries, so we run the ValidateCollections hook after it to ensure we're
# validating the entire contents of the collection.