summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml
diff options
context:
space:
mode:
authorCheahuychou Mao <cheahuychou.mao@mongodb.com>2018-06-18 09:45:04 -0400
committerCheahuychou Mao <cheahuychou.mao@mongodb.com>2018-06-28 14:10:40 -0400
commit3e632d5ed0dbae8119a48b4ca2a1f9d22f197b18 (patch)
treec79c48fbf93683294d8157d87d1bb4feaaa6a945 /buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml
parentc9caa6bc43a54a7f88a3c78056f056f289e9ed30 (diff)
downloadmongo-3e632d5ed0dbae8119a48b4ca2a1f9d22f197b18.tar.gz
SERVER-35580 Remove ReIndexCmd from mongos
Diffstat (limited to 'buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml
index dc5161df8e8..b1aebf02d2f 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml
@@ -83,6 +83,10 @@ selector:
# cannot ensureIndex after dropDatabase without sharding first
- jstests/concurrency/fsm_workloads/plan_cache_drop_database.js
+ # reIndex is not supported in mongos.
+ - jstests/concurrency/fsm_workloads/reindex.js
+ - jstests/concurrency/fsm_workloads/reindex_background.js
+
# our .remove(query, {justOne: true}) calls lack shard keys
- jstests/concurrency/fsm_workloads/remove_single_document.js