summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-12-21 11:30:31 -0500
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-12-23 10:39:04 -0500
commita7e6d919ec602af002c61797d6c5ae5dfc6e6217 (patch)
tree52868563464ce8e04fe19bf1871f1a48a74a3f31 /etc
parent551e33cd86e8fcb6c87050d0249bac6fc8342534 (diff)
downloadmongo-a7e6d919ec602af002c61797d6c5ae5dfc6e6217.tar.gz
SERVER-21050 Continuous config server primary step down
This change adds a continuous primary stepdown capability to the ReplicaSetTest and hooks it into ShardingTest.
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 10f8e90a18b..375e344ee1a 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1524,6 +1524,15 @@ tasks:
run_multiple_jobs: true
- <<: *task_template
+ name: sharding_csrs_continuous_config_stepdown_WT
+ commands:
+ - func: "do setup"
+ - func: "run tests"
+ vars:
+ resmoke_args: --suites=sharding_continuous_config_stepdown --storageEngine=wiredTiger
+ run_multiple_jobs: true
+
+- <<: *task_template
name: sharding_WT_ese
commands:
- func: "do setup"
@@ -3848,6 +3857,7 @@ buildvariants:
- name: sharding_legacy_op_query_WT
- name: sharding_op_query_WT
- name: sharding_legacy_multiversion
+ - name: sharding_csrs_continuous_config_stepdown_WT
- name: slow1
- name: slow1_WT
- name: slow2