diff options
author | Misha Tyulenev <misha@mongodb.com> | 2020-04-23 16:43:53 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-10-30 20:20:34 +0000 |
commit | 592daad1b7f5038c86fa6979efa4c4a1fe07eae4 (patch) | |
tree | 6c69e64bfab4f68fa271aaff3b50e78a1319ae90 /buildscripts | |
parent | fc2c396edef2a1c8206b405d9917afd21eea17f9 (diff) | |
download | mongo-592daad1b7f5038c86fa6979efa4c4a1fe07eae4.tar.gz |
SERVER-36739 Use the mongos_manual_intervention_action hook in concurrency stepdown suites
(cherry picked from commit c4873acda56712bba29f1ce1f81c6e8dc873669a)
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml | 2 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml | 2 |
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 b21ac6415f0..e7632809b14 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml @@ -194,6 +194,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 27220a086c4..ecec6b9775b 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml @@ -198,6 +198,8 @@ executor: config: shell_options: readMode: commands + eval: >- + load("jstests/libs/override_methods/mongos_manual_intervention_actions.js"); global_vars: TestData: runningWithConfigStepdowns: true |