mongo/jstests/aggregation
Eric Cox b9515a0796 SERVER-49122 Implement dateFromParts expression for date manipulation in SBE 2020-07-24 20:19:03 +00:00
..
accumulators SERVER-45450 Fix lint 2020-03-17 19:53:48 +00:00
bugs SERVER-37068 Add NumberDecimal as numeric type for aggregation expressions 2020-07-01 20:33:42 +00:00
data SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
expressions SERVER-49122 Implement dateFromParts expression for date manipulation in SBE 2020-07-24 20:19:03 +00:00
extras SERVER-49122 Implement dateFromParts expression for date manipulation in SBE 2020-07-24 20:19:03 +00:00
sources SERVER-49206 Updated document validation integration tests for $out/$merge/mapReduce 2020-07-21 16:52:47 +00:00
variables SERVER-47191 Implement evalutation of Expressions to produce let parameters 2020-04-23 17:23:50 +00:00
dbref.js SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
double_optimize.js SERVER-45284 Temporarily workaround SERVER-44258 to stop build failures 2019-12-21 14:31:56 +00:00
explain.js SERVER-38691 Include serverInfo in explain output for aggregation and sharding 2019-11-04 17:32:44 +00:00
explain_limit.js SERVER-43294 Add new aggregation suite to be run with pipeline optimization turned off 2019-11-05 11:22:02 +00:00
explain_per_stage_exec_stats.js SERVER-21784 Track 'nReturned' and 'executionTimeMillis' execution stats for each aggregation pipeline stage and expose via explain 2019-12-02 19:49:47 +00:00
explain_writing_aggs.js SERVER-46110 Expose $out functionality 2020-02-28 17:57:51 +00:00
group_conversion_to_distinct_scan.js SERVER-40090 DISTINCT_SCAN is only used when certain format of $group _id is specified 2020-06-25 18:51:48 +00:00
illegal_reference_in_match.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
match_swapping_renamed_fields.js SERVER-43294 Add new aggregation suite to be run with pipeline optimization turned off 2019-11-05 11:22:02 +00:00
max_subpipeline_depth.js SERVER-45465 Add support for storing $unionWith in a view (unsharded) 2020-02-13 03:13:43 +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-46077 Create aggregation_secondary_reads passthrough 2020-03-05 17:23:47 +00:00
single_stage_alias_error.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
sort_key_with_missing_fields.js SERVER-42565 Agg and find commands sort missing fields differently 2019-10-28 22:57:03 +00:00
spill_to_disk.js SERVER-46077 Create aggregation_secondary_reads passthrough 2020-03-05 17:23:47 +00:00
split_match_and_swap_with_sort.js SERVER-46233 Relocate second call to optimizePipeline() 2020-03-24 02:05:39 +00:00
testall.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
testutils.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
unwind.js SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
use_query_project_and_sort.js SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAST in DocumentSourceProject 2019-11-13 15:35:46 +00:00
use_query_projection.js SERVER-42905 Push down user-specified projections to PlanStage layer if possible 2019-10-31 15:46:48 +00:00
use_query_sort.js SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer. 2019-12-18 03:28:25 +00:00