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:19:25 +0000
commit388a6a2435eba24ccc5da1da2c874543ddad6a7a (patch)
treec979253def7f0e404b33cbbd6c1d0770b6c97e97
parent0d289ecaff7686402f1c17874b3eb9d91131e834 (diff)
downloadmongo-388a6a2435eba24ccc5da1da2c874543ddad6a7a.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 6b3d8d2f577..989f667bd0f 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml
@@ -192,6 +192,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 0462fba1ad1..ae236c95288 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml
@@ -200,6 +200,8 @@ executor:
config:
shell_options:
readMode: commands
+ eval: >-
+ load("jstests/libs/override_methods/mongos_manual_intervention_actions.js");
global_vars:
TestData:
runningWithConfigStepdowns: true