summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamran Khan <kamran.khan@mongodb.com>2015-10-14 18:39:52 -0400
committerKamran Khan <kamran.khan@mongodb.com>2015-10-14 18:40:45 -0400
commitfe9e2a544e62863c4bba5dc660721f98b09addeb (patch)
tree4c49038c8ec85e73ea2d045c68f774e33dc3722e
parente7189d7af091983e9eedc1ca30bc7f1d8e136951 (diff)
downloadmongo-fe9e2a544e62863c4bba5dc660721f98b09addeb.tar.gz
SERVER-20852 Disable tests that assume a database is implicitly created
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
index 1fef0546669..f206b3c7ffc 100644
--- a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
@@ -59,6 +59,12 @@ selector:
- jstests/core/dbcase2.js
- jstests/core/no_db_created.js
- jstests/core/ns_length.js
+ # If one of these tests runs before a database is created by another test, then these tests will fail.
+ # See: SERVER-20852, db.eval doesn't implicitly create databases on mongos nodes.
+ - jstests/core/constructors.js
+ - jstests/core/eval0.js
+ - jstests/core/eval7.js
+ - jstests/core/eval9.js
executor:
js_test: