summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Tyulenev <misha@mongodb.com>2020-04-23 16:43:53 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-30 20:22:07 +0000
commitac61ab5c094e159bddc40af74f09bae395bdd8c9 (patch)
tree45b304a07050db21c2b624493a9a15ad4b52fae9
parente502d43f2186ab16443bc4094088998b18aefd13 (diff)
downloadmongo-ac61ab5c094e159bddc40af74f09bae395bdd8c9.tar.gz
SERVER-36739 Use the mongos_manual_intervention_action hook in concurrency stepdown suites
(cherry picked from commit c4873acda56712bba29f1ce1f81c6e8dc873669a)
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml
index e1357e2d370..d348acf2e67 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml
@@ -197,6 +197,8 @@ executor:
config:
shell_options:
readMode: commands
+ eval: >-
+ load("jstests/libs/override_methods/mongos_manual_intervention_actions.js");
global_vars:
TestData:
runningWithConfigStepdowns: true
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml
index 1d6faa84dbe..ad0a7875bde 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml
@@ -202,6 +202,8 @@ executor:
config:
shell_options:
readMode: commands
+ eval: >-
+ load("jstests/libs/override_methods/mongos_manual_intervention_actions.js");
global_vars:
TestData:
runningWithConfigStepdowns: true