summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2018-08-24 15:25:03 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2019-01-23 21:38:34 -0500
commit8cb57a8acb9ab0ca7937d66c30d500a76247077b (patch)
treef386633200134e0751f364938ba0d5e4fe16a1a7
parenta5506bfc636604d73019fbd3e0b5dcc6004f2433 (diff)
downloadmongo-8cb57a8acb9ab0ca7937d66c30d500a76247077b.tar.gz
SERVER-36863 Make query_config.js only check for collections synchronously created at cluster initialization
(cherry picked from commit 3d7d2b79988733cefe044c5e0812e12d01f70876)
-rw-r--r--jstests/sharding/query_config.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/sharding/query_config.js b/jstests/sharding/query_config.js
index 4b0761790d4..691a38e41e6 100644
--- a/jstests/sharding/query_config.js
+++ b/jstests/sharding/query_config.js
@@ -79,14 +79,11 @@
// This test depends on all the collections in the configCollList being in the config
// database.
var configCollList = [
- "changelog",
"chunks",
"collections",
"databases",
"lockpings",
"locks",
- "mongos",
- "settings",
"shards",
"tags",
"version"