summaryrefslogtreecommitdiff
path: root/jstests/libs
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2018-04-13 09:02:26 -0400
committerEric Milkie <milkie@10gen.com>2018-04-17 13:09:07 -0400
commit222864b678f06c0170026a2899eac62bf563dccb (patch)
tree511c4e2f5e8378c10a41b1f99fa5f3a033aaf467 /jstests/libs
parent228106a7416288ad6263ab67878477cc23e9c23f (diff)
downloadmongo-222864b678f06c0170026a2899eac62bf563dccb.tar.gz
SERVER-8237 disable autoIndexId:false for replicated collections
Diffstat (limited to 'jstests/libs')
-rw-r--r--jstests/libs/parallelTester.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js
index b58e8eda425..c75ec339494 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -182,11 +182,10 @@ if (typeof _threadInject != "undefined") {
"connections_opened.js", // counts connections, globally
"opcounters_write_cmd.js",
- "set_param1.js", // changes global state
- "geo_update_btree2.js", // SERVER-11132 test disables table scans
- "update_setOnInsert.js", // SERVER-9982
- "max_time_ms.js", // Sensitive to query execution time, by design
- "collection_info_cache_race.js", // Requires collection exists
+ "set_param1.js", // changes global state
+ "geo_update_btree2.js", // SERVER-11132 test disables table scans
+ "update_setOnInsert.js", // SERVER-9982
+ "max_time_ms.js", // Sensitive to query execution time, by design
// This overwrites MinKey/MaxKey's singleton which breaks
// any other test that uses MinKey/MaxKey