summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2019-11-09 01:19:40 +0000
committerevergreen <evergreen@mongodb.com>2019-11-09 01:19:40 +0000
commit504b518b9bd432a1d614d06f004712e70a1a754b (patch)
tree8c481a964588f62c4a3a8717bb2ed4c5af42a58b /buildscripts
parentccbad450aec9759834dafe2bd5f8fb0032704335 (diff)
downloadmongo-504b518b9bd432a1d614d06f004712e70a1a754b.tar.gz
SERVER-44174 $push and $addToSet should restrict memory usage
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
index 53520f6a460..ab768bb7116 100644
--- a/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
@@ -15,7 +15,7 @@ selector:
- jstests/aggregation/bugs/lookup_unwind_killcursor.js
# This test makes assertions about whether aggregations will need to spill to disk, which assumes
# all the data is located on a single shard.
- - jstests/aggregation/bugs/server9444.js
+ - jstests/aggregation/spill_to_disk.js
# TODO SERVER-32311: These tests use getAggPlanStage(), which can't handle sharded explain output.
- jstests/aggregation/match_swapping_renamed_fields.js
- jstests/aggregation/use_query_project_and_sort.js