summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/initial_sync_wt_cache_full.js
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2018-09-05 10:17:02 -0400
committerBenety Goh <benety@mongodb.com>2018-09-05 10:17:16 -0400
commit5e6c3d0b10a0197a4df6df408d3110d87b67638a (patch)
tree821fd6ef2699fa5d5496ee99b5c39fbc6997be87 /jstests/noPassthrough/initial_sync_wt_cache_full.js
parent39355c3221284c4b2cff3ebd89c86c0316d5380e (diff)
downloadmongo-5e6c3d0b10a0197a4df6df408d3110d87b67638a.tar.gz
SERVER-36969 reduce number of updates in wt cache tests from 1000 to 500
Diffstat (limited to 'jstests/noPassthrough/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 dd7f1e69bea..3e35b3f0e61 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 = 1000;
+ const numUpdates = 500;
jsTestLog('Buffering ' + numUpdates + ' updates to ' + numDocs + ' documents on secondary.');
checkLog.contains(secondary,
'initial sync - initialSyncHangBeforeCopyingDatabases fail point enabled');