mongo/jstests/aggregation
Daniel Segel f5d3ae4871 SERVER-95687 Improve test coverage in the query subsystem for embedded null bytes (#31572)
GitOrigin-RevId: e2a76ee90404d0a37a81ccfd02ffcf47edcddef7
2025-06-30 17:23:10 +00:00
..
accumulators SERVER-99616 Make sure that accumulator functions behave in merging pass (#37475) 2025-06-20 18:12:09 +00:00
bugs SERVER-102061: mark $mergeCursors as internal (#33719) (#33842) 2025-04-24 22:16:21 +00:00
data SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
expressions SERVER-95687 Improve test coverage in the query subsystem for embedded null bytes (#31572) 2025-06-30 17:23:10 +00:00
extras SERVER-87736 Add Query Stats Feature to v6.0 (#21298) 2024-04-22 14:27:19 +00:00
sources SERVER-91254: Compute threshold as double when value is double (#26009) 2024-12-09 23:11:54 +00:00
variables SERVER-78831 Better error messages for search-related stages when enterprise is not enabled 2023-09-05 15:06:12 +00:00
add_with_date.js SERVER-87616 Add trySbeEngine build variant (#19807) 2024-04-01 15:28:47 +00:00
agg_infinite_recursion.js SERVER-65773 Improved MozJS error handling 2022-04-28 22:55:48 +00:00
aggregation_with_uuids.js SERVER-64875 Enable `collectionUUID` parameter on `aggregate` command more generally on mongos 2022-03-31 19:46:05 +00:00
api_version_stage_allowance_checks.js SERVER-102061: mark $mergeCursors as internal (#33719) (#33842) 2025-04-24 22:16:21 +00:00
collection_uuid_coll_stats_index_stats.js SERVER-67408 Preserve `CollectionUUIDMismatch` error even if database does not exist 2022-07-25 18:14:44 +00:00
dbref.js SERVER-90921 Avoid sending invalid DBRefs to pymongo (#22718) 2024-06-04 18:42:22 +00:00
documents_merge.js SERVER-91774 Check that require_fcv_* jstest tags are <= current version (#29208) 2024-12-06 22:12:01 +00:00
double_optimize.js SERVER-51475 Enable more jstests under SBE mode 2020-10-14 22:00:32 +00:00
explain.js SERVER-50737 Support index intersection plans in SBE 2021-03-12 03:41:41 +00:00
explain_limit.js SERVER-66583 Re-enable SBE as the default execution engine and fall back to classic if no SBE compatible $group or $lookup exists 2022-05-27 21:44:19 +00:00
explain_per_stage_exec_stats.js SERVER-53461 totalDataSizeGroupedBytesEstimate stats for $group should report total bytes processed 2021-01-15 19:53:42 +00:00
explain_writing_aggs.js SERVER-53656 Fix use-after-free in SBE with agg executionStats explain 2021-01-11 20:46:48 +00:00
group_by_objectid.js SERVER-90173 Correctly serialize sbe objectid to keyString (#21893) (#23825) 2024-07-02 00:15:16 +00:00
group_conversion_to_distinct_scan.js SERVER-70267 Add DocumentSourceStreamingGroup 2023-06-05 20:58:45 +00:00
ifnull.js SERVER-91617 Simplify $ifNull expression SBE stages (#23692) 2024-06-21 19:26:21 +00:00
illegal_reference_in_match.js SERVER-56497 Add assert.throwsCode shell helper for testing 2021-06-11 12:54:42 +00:00
large_bson_mid_pipeline.js SERVER-71835 Allow >16MB BSON in intermediate results 2023-06-09 09:54:20 +00:00
lookup_let_optimization.js SERVER-63141 Ensure stages without dependency tracking are not cached in $lookup 2022-02-09 16:51:03 +00:00
match_no_swap_rand.js SERVER-66072 Fix dependency analysis for $match on $expr with $rand 2022-07-28 15:44:46 +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 SERVER-58955 Remove assumes_unsharded_collection tag for $lookup jstests 2021-08-24 11:32:16 +00:00
no_output_to_system.js SERVER-35804 Disallow dropping config and admin from mongos 2020-04-14 22:02:54 +00:00
optimize_away_pipeline.js SERVER-77183 $project followed by $group gives incorrect results sometimes 2023-08-22 15:07:13 +00:00
range.js SERVER-59613 $range expression should error if it exceeds memory limit 2021-10-09 00:14:25 +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_by_count_validation.js SERVER-98214 Fix invariant failure in DocumentSourceSortByCount (#37527) 2025-06-26 17:02:01 +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 SERVER-74335 Add missing 'requires_persistence' tags to spilling tests 2023-02-23 23:15:16 +00:00
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 SERVER-95085 Fix issue in UnwindProcessor (#30170) 2024-12-11 01:44:34 +00:00
unwind_sort.js SERVER-90485 Fix $sort on fields, produced by $unwind (#23084) 2024-07-03 15:45:19 +00:00
use_query_project_and_sort.js SERVER-52952 Enable more jstests under SBE mode 2020-11-25 01:16:21 +00:00
use_query_projection.js SERVER-52952 Enable more jstests under SBE mode 2020-11-25 01:16:21 +00:00
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 SERVER-53656 Fix use-after-free in SBE with agg executionStats explain 2021-01-11 20:46:48 +00:00