0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 00:17:37 +01:00
mongodb/jstests/aggregation
Ben Shteinfeld 6c4fbf6278 SERVER-94545 Property based test for distinct scan optimization (#29267)
GitOrigin-RevId: 5cf3034cb6277c3dda1c5df7e3f78ba8d6e28cc4
2024-11-15 22:57:47 +00:00
..
accumulators SERVER-94470 $concatArrays group accumulator in SBE (#28402) 2024-10-24 21:37:37 +00:00
bugs SERVER-95350 Fix jstests/aggregation/api_version_stage_allowance_checks.js (#28123) 2024-10-17 19:43:37 +00:00
data
expressions SERVER-96027 Convert between different binData subtypes should error (#28722) 2024-11-01 21:07:31 +00:00
extras
libs
sources SERVER-94545 Property based test for distinct scan optimization (#29267) 2024-11-15 22:57:47 +00:00
variables SERVER-94989 Add fromRouter field in aggregate_command idl (#27656) 2024-10-21 20:58:47 +00:00
add_with_date.js
agg_infinite_recursion.js
aggregation_with_uuids.js
api_version_stage_allowance_checks.js SERVER-94989 Add fromRouter field in aggregate_command idl (#27656) 2024-10-21 20:58:47 +00:00
collection_uuid_coll_stats_index_stats.js
dbref.js
documents_merge.js
double_optimize.js
explain_limit.js
explain_per_stage_exec_stats.js
explain_writing_aggs.js
explain.js
group_by_objectid.js
group_conversion_to_distinct_scan.js SERVER-92459 Modify index scan to distinct scan conversion to push fetch into distinct scan (#27635) 2024-11-06 14:15:12 +00:00
group_with_acc_n_to_distinct_scan.js SERVER-92459 Modify index scan to distinct scan conversion to push fetch into distinct scan (#27635) 2024-11-06 14:15:12 +00:00
group_with_top_bottom_to_distinct_scan.js SERVER-92459 Modify index scan to distinct scan conversion to push fetch into distinct scan (#27635) 2024-11-06 14:15:12 +00:00
ifnull.js
illegal_reference_in_match.js
internal_document_sources.js SERVER-95731 Remove unused DocumentSource parser registrations (#28474) 2024-10-25 13:05:34 +00:00
is_count_like.js SERVER-96155 Remove tenant_migration_incompatible tag (#28490) 2024-10-30 16:28:53 +00:00
large_bson_mid_pipeline.js
lookup_let_optimization.js
match_no_swap_rand.js SERVER-95554: Change the use of getWinningPlan to getWinningPlanFromExplain for jstests aggregation/*, sharding/*, disk/*, /core/clustered/* (#28456) 2024-10-30 19:18:58 +00:00
match_swapping_renamed_fields.js SERVER-95751 Remove ExpressionMap::getComputedPaths (#28435) 2024-10-28 18:34:40 +00:00
max_subpipeline_depth.js
no_output_to_system.js
optimize_away_pipeline.js
OWNERS.yml SERVER-95789 Add query ownership for jstests/aggregation (#28093) 2024-10-15 18:27:02 +00:00
query_limits_test.js SERVER-94504: Fix typo in query_limits_test deep projection test case (#28795) 2024-11-04 20:05:55 +00:00
range.js
single_stage_alias_error.js
sort_key_with_missing_fields.js
spill_to_disk.js
split_match_and_swap_with_sort.js
testall.js
testutils.js
unwind_sort.js
unwind.js
use_query_project_and_sort.js
use_query_projection.js
use_query_sort.js
view_resolution_namespace_collision.js