summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Williams <louis.williams@mongodb.com>2018-11-06 16:18:55 -0500
committerLouis Williams <louis.williams@mongodb.com>2018-11-07 10:14:24 -0500
commit4cde8653e8b157675b8bc63035ed7409182a463b (patch)
tree76832106c4e372d4036d47e5991317d2039dedb0
parent5557bcdbd91802214eac260118846b83bf938200 (diff)
downloadmongo-4cde8653e8b157675b8bc63035ed7409182a463b.tar.gz
SERVER-37862 Reduce update ops from 500 to 400 in initial_sync_wt_cache_full.js
-rw-r--r--jstests/noPassthrough/initial_sync_wt_cache_full.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/initial_sync_wt_cache_full.js b/jstests/noPassthrough/initial_sync_wt_cache_full.js
index 3e35b3f0e61..c1a6638ea50 100644
--- a/jstests/noPassthrough/initial_sync_wt_cache_full.js
+++ b/jstests/noPassthrough/initial_sync_wt_cache_full.js
@@ -52,7 +52,7 @@
jsTestLog('Oplog application on secondary ' + secondary.host + ' is limited to ' +
batchOpsLimit + ' operations per batch.');
- const numUpdates = 500;
+ const numUpdates = 400;
jsTestLog('Buffering ' + numUpdates + ' updates to ' + numDocs + ' documents on secondary.');
checkLog.contains(secondary,
'initial sync - initialSyncHangBeforeCopyingDatabases fail point enabled');