summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@10gen.com>2018-08-27 13:06:38 -0400
committerDianna Hohensee <dianna.hohensee@10gen.com>2018-08-29 16:47:09 -0400
commit4cb0742947dabee476c9979cae39c728a21568d5 (patch)
tree8ec6baacaab48a11b20eae4781f32be1bdad6ec2 /buildscripts
parentaa36a9e8ad8c98e828f1b53966672b368d973380 (diff)
downloadmongo-4cb0742947dabee476c9979cae39c728a21568d5.tar.gz
SERVER-36015 Remove references to system.namespaces and system.indexes
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml1
3 files changed, 0 insertions, 3 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
index 7ff9246370e..e608545b008 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
@@ -118,7 +118,6 @@ selector:
# These include operations the root user auth'd on the test database is not authorized to perform,
# e.g. dropping or creating system collections.
- - jstests/core/cannot_create_system_dot_indexes.js
- jstests/core/list_collections_no_views.js
- jstests/core/rename8.js
- jstests/core/views/duplicate_ns.js
diff --git a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
index 4de9eb7e88f..0ccb4112ef5 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
@@ -53,7 +53,6 @@ selector:
# additional hashed shard key indexes that are automatically added by this passthrough.
- jstests/core/bad_index_plugin.js
- jstests/core/create_indexes.js
- - jstests/core/indexOtherNamespace.js
- jstests/core/list_indexes_non_existent_ns.js
- jstests/core/rename6.js
# The following tests fail because they expect no databases to be created. However a DB is created
diff --git a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
index 15faab4414f..4c68e692df8 100644
--- a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
@@ -57,7 +57,6 @@ selector:
- jstests/core/apitest_dbcollection.js
- jstests/core/bad_index_plugin.js
- jstests/core/create_indexes.js
- - jstests/core/indexOtherNamespace.js
- jstests/core/list_indexes_non_existent_ns.js
- jstests/core/rename6.js
# The following tests fail because they expect no databases to be created. However a DB is created