summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zhang <jz1242@users.noreply.github.com>2024-06-04 15:43:25 -0400
committerMongoDB Bot <mongo-bot@mongodb.com>2024-06-04 20:30:25 +0000
commite09c3904df97e0bfed991e049755b8adea8efff6 (patch)
treeac7f339ccc8c27fbf25b1e10fad0c39f167351a7
parentc43d1aaa1e9f746f124fb4edc40d721010367bbc (diff)
SERVER-90619 Amend comment for missing DISTINCT_SCAN in explain outpu… (#22925)r8.0.0-rc7
GitOrigin-RevId: b071b10bc9c172c411e5319bfd68d94dbff0daed
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_unsplittable_collections_on_random_shard_passthrough_with_config_transitions.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_unsplittable_collections_on_random_shard_passthrough_with_config_transitions.yml b/buildscripts/resmokeconfig/suites/aggregation_unsplittable_collections_on_random_shard_passthrough_with_config_transitions.yml
index 4f049116c16..ee379c62e4f 100644
--- a/buildscripts/resmokeconfig/suites/aggregation_unsplittable_collections_on_random_shard_passthrough_with_config_transitions.yml
+++ b/buildscripts/resmokeconfig/suites/aggregation_unsplittable_collections_on_random_shard_passthrough_with_config_transitions.yml
@@ -90,7 +90,8 @@ selector:
- jstests/aggregation/query_limits_test.js
- jstests/aggregation/accumulators/accumulator_js_size_limits.js
- # TODO SERVER-90619 Investigate missing DISTINCT_SCAN in explain output in aggregation config transition suite.
+ # This test sets an index filter on a particular shard which is only in memory and thus not copied over to a new shard
+ # after a config transition moves the collection.
- jstests/aggregation/group_conversion_to_distinct_scan.js
# TODO (SERVER-90738): Re-enable collection_uuid_coll_stats_index_stats.js in