summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2018-08-28 11:23:29 -0400
committerTess Avitabile <tess.avitabile@mongodb.com>2018-08-28 15:33:13 -0400
commitbf8b4ce9815b4514a72e4e547e5032806ab1d66e (patch)
tree4f893f5834cfd9425454acb70974ea3ce75f6de9 /buildscripts
parent1a2599c31d296d79bf78f7b19305c1e983a8f858 (diff)
downloadmongo-bf8b4ce9815b4514a72e4e547e5032806ab1d66e.tar.gz
SERVER-29450 Lower OplogFetcher and CollectionCloner batch sizes in tests by default
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
index fa587375a0b..6e2ddda480d 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
@@ -103,5 +103,7 @@ executor:
# TODO SERVER-33063: Use numInitialSyncAttempts=1 once the idempotency issues in initial
# sync have been addressed.
numInitialSyncAttempts: 10
+ collectionClonerBatchSize: 10
+ initialSyncOplogFetcherBatchSize: 10
num_nodes: 2
start_initial_sync_node: True
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml
index bb6e94632ba..69f514a9430 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml
@@ -38,6 +38,8 @@ executor:
set_parameters:
enableTestCommands: 1
numInitialSyncAttempts: 1
+ collectionClonerBatchSize: 10
+ initialSyncOplogFetcherBatchSize: 10
num_nodes: 2
start_initial_sync_node: True
replset_config_options: