summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2016-10-01 23:11:38 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2016-10-01 23:11:38 -0400
commit404bb959dbf894c9c238dc712ebeccb2687b8f32 (patch)
tree7d28e2a476680a6efe7a7b22faa5e6b380296386 /jstests
parent0e3fb754723278d2dc4b5e4a70535a349fe841f0 (diff)
downloadmongo-404bb959dbf894c9c238dc712ebeccb2687b8f32.tar.gz
SERVER-25376 Disable checkOplogs in concurrency tests, since they cause the test to time out due to frequents queries with a COLLSCAN for large oplogs.
Diffstat (limited to 'jstests')
-rw-r--r--jstests/concurrency/fsm_libs/cluster.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_libs/cluster.js b/jstests/concurrency/fsm_libs/cluster.js
index 93ec5228128..bb69b6c8242 100644
--- a/jstests/concurrency/fsm_libs/cluster.js
+++ b/jstests/concurrency/fsm_libs/cluster.js
@@ -436,7 +436,6 @@ var Cluster = function(options) {
' assumed to still be primary, ' + phase);
// Compare the dbhashes of the primary and secondaries.
- rst.checkOplogs(phase);
rst.checkReplicatedDataHashes(phase, dbBlacklist);
var totalTime = Date.now() - startTime;
jsTest.log('Finished consistency checks of replica set with ' + primary.host +