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-22 12:22:08 -0500
commit20e2aa85690743949ce1a5923feaf535fc72a84a (patch)
treed89e0b7f3c754c401b3a1f32a072e0dd91ca82c2
parent83054ed75b67a040833c5f1855245ae65ff7a678 (diff)
downloadmongo-20e2aa85690743949ce1a5923feaf535fc72a84a.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"