0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/jstests/aggregation
2021-07-30 15:52:14 +00:00
..
accumulators SERVER-57879 Implement $minN and $maxN accumulators 2021-07-21 23:26:46 +00:00
bugs SERVER-58365 Add SBE error codes for $range expr test 2021-07-12 16:48:02 +00:00
data
expressions SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
extras SERVER-55786 Update PartitionIterator memory usage when documents are released 2021-05-19 12:30:27 +00:00
sources SERVER-58888 Account for pushed down stages in union explain with mode 'executionStats' 2021-07-30 15:52:14 +00:00
variables SERVER-58581 Add SEARCH_META variable 2021-07-23 11:44:52 +00:00
add_with_date.js SERVER-56497 Add assert.throwsCode shell helper for testing 2021-06-11 12:54:42 +00:00
aggregation_with_uuids.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
api_version_stage_allowance_checks.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
dbref.js SERVER-56497 Add assert.throwsCode shell helper for testing 2021-06-11 12:54:42 +00:00
double_optimize.js
explain_limit.js SERVER-56109 Replace repeated isSBEEnabled checks with helper function 2021-04-23 15:56:01 +00:00
explain_per_stage_exec_stats.js
explain_writing_aggs.js
explain.js SERVER-50737 Support index intersection plans in SBE 2021-03-12 03:41:41 +00:00
group_conversion_to_distinct_scan.js SERVER-51823 Use classic engine to evaluate queries containing expressions not supported in SBE 2021-02-14 15:30:07 +00:00
ifnull.js SERVER-55295 Short circuit $ifNull expression if the condition always evaluates to a constant or null 2021-06-30 17:32:59 +00:00
illegal_reference_in_match.js SERVER-56497 Add assert.throwsCode shell helper for testing 2021-06-11 12:54:42 +00:00
match_swapping_renamed_fields.js SERVER-51823 Use classic engine to evaluate queries containing expressions not supported in SBE 2021-02-14 15:30:07 +00:00
max_subpipeline_depth.js
no_output_to_system.js
optimize_away_pipeline.js SERVER-54128 Don't push down expressions past sort+limit 2021-06-23 15:52:33 +00:00
range.js SERVER-57983 Fix Integer overflow for $range 2021-07-08 18:18:52 +00:00
single_stage_alias_error.js SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
sort_key_with_missing_fields.js SERVER-51823 Use classic engine to evaluate queries containing expressions not supported in SBE 2021-02-14 15:30:07 +00:00
spill_to_disk.js
split_match_and_swap_with_sort.js SERVER-39938: Pushdown $match on $expr before $lookup 2021-03-31 13:24:16 +00:00
testall.js SERVER-54236 Implement $count accumulator 2021-02-24 06:40:43 +00:00
testutils.js SERVER-54152 Clarify usage guidance for arrayEq, orderedArrayEq, documentEq jstest helpers 2021-03-09 11:19:13 +00:00
unwind.js
use_query_project_and_sort.js
use_query_projection.js
use_query_sort.js SERVER-51823 Use classic engine to evaluate queries containing expressions not supported in SBE 2021-02-14 15:30:07 +00:00
view_resolution_namespace_collision.js