summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2015-12-07 13:35:50 -0500
committerRandolph Tan <randolph@10gen.com>2015-12-08 17:08:14 -0500
commit0ec5ef6940fd1efcfcbaa5f187ac4a8a7e92a480 (patch)
treed9310981eed7fbed66fe873acfdfb6d767324691 /buildscripts
parentc3cdc0ed1b45c17c6dbc254eef576e87e7e802b5 (diff)
downloadmongo-0ec5ef6940fd1efcfcbaa5f187ac4a8a7e92a480.tar.gz
SERVER-21135 Add more basic tests for sharded implicit database creation
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_legacy_multiversion.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_legacy_multiversion.yml b/buildscripts/resmokeconfig/suites/sharding_legacy_multiversion.yml
index ab7f35fa61e..306f8a7c761 100644
--- a/buildscripts/resmokeconfig/suites/sharding_legacy_multiversion.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_legacy_multiversion.yml
@@ -46,6 +46,7 @@ selector:
- jstests/sharding/unowned_doc_filtering.js # SERVER-19608, fixed in v3.1.8
- jstests/sharding/zero_shard_version.js # SERVER-20530, fixed in v3.1.9
- jstests/sharding/drop_sharded_db.js # SERVER-17723, fixed in v3.1.2
+ - jstests/sharding/implicit_db_creation.js # SERVER-17723, fixed in v3.1.2
# The following tests fail because of known bugs:
- jstests/sharding/sync_cluster_config/sync6.js # SERVER-21660