0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-21 12:39:08 +01:00
mongodb/jstests/aggregation
Daniel Segel 311ea3512e SERVER-93694 Address SBE incompatibility for distinct-like queries in distinct multiplanning (#28507)
GitOrigin-RevId: 0e0442ead99fe8aed462955c4786a5c682fe1676
2024-11-20 15:19:16 +00:00
..
accumulators SERVER-94470 $concatArrays group accumulator in SBE (#28402) 2024-10-24 21:37:37 +00:00
bugs SERVER-93694 Address SBE incompatibility for distinct-like queries in distinct multiplanning (#28507) 2024-11-20 15:19:16 +00:00
data SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
expressions SERVER-96027 Convert between different binData subtypes should error (#28722) 2024-11-01 21:07:31 +00:00
extras SERVER-94971 Add query ownership for files under jstests/libs (#27763) 2024-10-03 16:08:45 +00:00
libs SERVER-92458 Modify index scan to distinct scan conversion to accept shard-filter (#27662) 2024-10-01 13:03:59 +00:00
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 SERVER-94971 Add query ownership for files under jstests/libs (#27763) 2024-10-03 16:08:45 +00:00
agg_infinite_recursion.js SERVER-93107 Increate js timeout for agg_infinite_recursion.js (#25636) 2024-08-02 06:43:00 +00:00
aggregation_with_uuids.js SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
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 SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
dbref.js SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
documents_merge.js SERVER-91379 Re-introduce eslint rule for missing semicolons (#23301) 2024-06-11 14:18:29 +00:00
double_optimize.js SERVER-72549 Enable SBE for $match, $project, $addFields, $sort, $limit, $skip, and $replaceRoot by default 2023-11-03 03:25:21 +00:00
explain_limit.js SERVER-94971 Add query ownership for files under jstests/libs (#27763) 2024-10-03 16:08:45 +00:00
explain_per_stage_exec_stats.js SERVER-94971 Add query ownership for files under jstests/libs (#27763) 2024-10-03 16:08:45 +00:00
explain_writing_aggs.js SERVER-83351 Amend 'core' and 'aggregation' jstests that assume collocation of unsharded collections (#18835) 2024-02-09 10:46:15 +00:00
explain.js SERVER-94971 Add query ownership for files under jstests/libs (#27763) 2024-10-03 16:08:45 +00:00
group_by_objectid.js SERVER-91047 Complete TODO listed in SERVER-90234 (#22785) 2024-05-31 14:56:57 +00:00
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 SERVER-91379 Re-introduce eslint rule for missing semicolons (#23301) 2024-06-11 14:18:29 +00:00
illegal_reference_in_match.js SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
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 SERVER-78551 Migrate analyze_plan library to module 2023-07-05 21:23:02 +00:00
lookup_let_optimization.js SERVER-82311 rename test tag 2023-12-14 06:03:22 +00:00
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 SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
no_output_to_system.js SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
optimize_away_pipeline.js SERVER-94971 Add query ownership for files under jstests/libs (#27763) 2024-10-03 16:08:45 +00:00
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 SERVER-94971 Add query ownership for files under jstests/libs (#27763) 2024-10-03 16:08:45 +00:00
single_stage_alias_error.js SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
sort_key_with_missing_fields.js SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
spill_to_disk.js SERVER-94971 Add query ownership for files under jstests/libs (#27763) 2024-10-03 16:08:45 +00:00
split_match_and_swap_with_sort.js SERVER-94971 Add query ownership for files under jstests/libs (#27763) 2024-10-03 16:08:45 +00:00
testall.js SERVER-80563 Push $unwind aggregation stage down to SBE 2023-11-02 03:43:22 +00:00
testutils.js SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
unwind_sort.js SERVER-90485 Fix $sort on fields, produced by $unwind (#22290) 2024-05-21 12:39:18 +00:00
unwind.js SERVER-74787 Prepare jstest corpus for implicit strict mode 2023-05-07 16:55:23 +00:00
use_query_project_and_sort.js SERVER-94971 Add query ownership for files under jstests/libs (#27763) 2024-10-03 16:08:45 +00:00
use_query_projection.js SERVER-94971 Add query ownership for files under jstests/libs (#27763) 2024-10-03 16:08:45 +00:00
use_query_sort.js SERVER-94971 Add query ownership for files under jstests/libs (#27763) 2024-10-03 16:08:45 +00:00
view_resolution_namespace_collision.js SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00