From 37a559ade62d693b2b85d75ecb9cdc2411a7d69f Mon Sep 17 00:00:00 2001 From: Mihai Andrei Date: Fri, 27 Mar 2020 15:58:38 -0400 Subject: Revert "SERVER-47028 Configure the aggregation_secondary_reads test suite to use less memory" This reverts commit 05d25085180c100335a3d7c270af512b8c7c4457. --- buildscripts/resmokeconfig/suites/aggregation_secondary_reads.yml | 2 +- etc/evergreen.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/buildscripts/resmokeconfig/suites/aggregation_secondary_reads.yml b/buildscripts/resmokeconfig/suites/aggregation_secondary_reads.yml index 10ab9c0cd08..b06657552a7 100644 --- a/buildscripts/resmokeconfig/suites/aggregation_secondary_reads.yml +++ b/buildscripts/resmokeconfig/suites/aggregation_secondary_reads.yml @@ -61,7 +61,7 @@ executor: - class: CheckReplDBHash - class: ValidateCollections - class: CleanEveryN - n: 1 + n: 20 fixture: class: ReplicaSetFixture mongod_options: diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 47afdf883ae..ab39c9bc098 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -5457,7 +5457,6 @@ tasks: - func: "run tests" vars: resmoke_args: --suites=aggregation_secondary_reads --storageEngine=wiredTiger - resmoke_jobs_max: 1 - <<: *task_template name: aggregation_sharded_collections_passthrough -- cgit v1.2.1