summaryrefslogtreecommitdiff
path: root/jstests/aggregation/bugs
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57000 Fix handling of correlated pipeline with facetsamontea2022-04-041-0/+54
* SERVER-62242 fixed $indexOfArray handling of duplicate vals in const arraysSteve Tarzia2022-03-091-0/+32
* SERVER-49990 Alias setSlaveOk() and getSlaveOk() shell helpersAli Mir2020-09-011-1/+1
* SERVER-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-08-241-0/+6
* SERVER-43764 Add more testing for special values in DoubleDoubleSummationAnton Korshunov2019-12-101-2/+1
* SERVER-44174 $push and $addToSet should restrict memory usageCharlie Swanson2019-12-091-64/+0
* SERVER-42756 Ensure that pipeline optimizations are re-enabled after test fin...Anton Korshunov2019-08-291-34/+45
* SERVER-42756 $multiply operator may return with or w/o an error depending on ...Anton Korshunov2019-08-261-0/+52
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2656-3109/+3186
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-121-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
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-2/+1
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-1/+2
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-2/+1
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-211-0/+32
* ERVER-28611 Add timezone argument for date expressionsCharlie Swanson2017-07-072-26/+2
* SERVER-29647 Fix $match swapping to avoid moving before $sort-$limit.David Storch2017-06-231-0/+20
* SERVER-28611 Use UTC TimeZone class for date expressions.Charlie Swanson2017-06-151-2/+13
* SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-141-1/+1