summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites
diff options
context:
space:
mode:
authorJessica Yu <jessica.yu@mongodb.com>2017-07-17 13:41:53 -0400
committerJessica Yu <jessica.yu@mongodb.com>2017-07-22 09:52:38 -0400
commit0bef84ea178a17327e95ef07afb82c6948df1c1f (patch)
tree6b11a754d355dfd7c7550462f63911c94f7e1d43 /buildscripts/resmokeconfig/suites
parentdb9f34fdec33e2250dad53d7d2d3a829507b3f95 (diff)
downloadmongo-0bef84ea178a17327e95ef07afb82c6948df1c1f.tar.gz
SERVER-29660 move the logic of the enableSharding into the new _configsvrEnableSharding command
SERVER-30168 Make the _configsvrEnableSharding command idempotent
Diffstat (limited to 'buildscripts/resmokeconfig/suites')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
index 397870ef828..f69aed19cc5 100644
--- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
@@ -36,6 +36,7 @@ selector:
- jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
- jstests/sharding/secondary_shard_versioning.js
- jstests/sharding/session_info_in_oplog.js
+ - jstests/sharding/enable_sharding_basic.js
# New feature in v3.6 mongo shell.
- jstests/sharding/causal_consistency_shell_support.js
- jstests/sharding/keys_rotation_interval_sec.js