summaryrefslogtreecommitdiff
path: root/jstests/aggregation/bugs
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46077 Create aggregation_secondary_reads passthroughMihai Andrei2020-03-052-7/+7
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-031-6/+3
* SERVER-37791 Prevent exclusion of non-existent field from affecting field order.David Storch2020-01-101-0/+33
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-134-19/+18
* SERVER-44174 $push and $addToSet should restrict memory usageCharlie Swanson2019-11-091-69/+0
* SERVER-43294 Add new aggregation suite to be run with pipeline optimization t...Anton Korshunov2019-11-054-51/+43
* SERVER-42905 Push down user-specified projections to PlanStage layer if possibleAnton Korshunov2019-10-311-18/+13
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-222-36/+89
* SERVER-43287 Prevent from outputting to system collectionsMihai Andrei2019-10-211-9/+0
* SERVER-43764 Add more testing for special values in DoubleDoubleSummationAnton Korshunov2019-10-171-2/+1
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-101-5/+33
* SERVER-42756 Ensure that pipeline optimizations are re-enabled after test fin...Anton Korshunov2019-08-281-34/+45
* SERVER-42756 $multiply operator may return with or w/o an error depending on ...Anton Korshunov2019-08-261-0/+52
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-1439-183/+183
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2756-3109/+3186
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-121-99/+0
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-111-0/+99
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-111-99/+0
* SERVER-39788 Large values in $skip and $limit stages may cause an arithmetic ...Anton Korshunov2019-03-131-0/+123
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-116-3/+21
* SERVER-37047 Split up testshard1.jsCharlie Swanson2019-03-042-28/+8
* SERVER-15926: Implement $round function and allow a precision argument for $t...Patrick Meredith2019-02-141-55/+0
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-4/+8
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-111-1/+1
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-151-0/+80
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-4/+4
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-182-92/+84
* SERVER-33605 Mobile SE:Disable capped collections and related testingSulabh Mahajan2018-06-081-4/+6
* SERVER-25173 $substrBytes now checks for negative valuesIan Boros2018-03-222-8/+13
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-092-2/+2
* SERVER-32300 Explainable.aggregate should not modify options argument.“Dandan2018-03-051-0/+24
* SERVER-33173: Make format parameter optional for "$dateToString"Nick Zolnierz2018-02-211-157/+153
* SERVER-33034: Fix tests with bad assertionsDavid Bradford2018-02-151-8/+8
* SERVER-32873 Fix incorrect handling of NumberLong in $pow functionKevinCybura2018-02-101-1/+1
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-4/+4
* SERVER-32505 Create mobile SE evergreen variant - Linuxr3.7.1Sulabh Mahajan2018-01-152-0/+2
* SERVER-31785 use multiple shards in aggregation_sharded_collections_passthroughKyle Suarez2017-12-1414-420/+432
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-180/+159
* SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster2017-10-191-0/+13
* SERVER-31497: Move server-30084.js to sharding directory to prevent it from r...Nick Zolnierz2017-10-161-18/+0
* SERVER-31549 Additional tests for $lookup w/ pipeline syntaxJames Wahlin2017-10-163-52/+165
* SERVER-31456 Set initial{Cluster,Operation}Time in concurrency suite.Max Hirschhorn2017-10-141-0/+9
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-036-6/+6
* SERVER-23410 Include millis and 'Z' when converting agg dates to stringsCharlie Swanson2017-10-023-9/+3
* SERVER-30679 Integrate causallyConsistentReads into SessionOptions.Max Hirschhorn2017-09-201-0/+3
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-013-41/+18
* SERVER-30686 Wire up SessionOptions in more places.Max Hirschhorn2017-08-301-1/+9
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-253-6/+7
* SERVER-8164 ISODate doesn't handle years less than 100 properlyDerick Rethans2017-08-221-0/+144
* SERVER-30084 Validate that at least one shard is present when running collect...Bernard Gorman2017-08-021-0/+18