summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for...Nick Zolnierz2020-09-081-26/+63
* SERVER-47382 Support inequalities on arrays with $not on indexed collectionTed Tuckman2020-09-031-0/+37
* SERVER-50210 Allow global mapping of SBE error codes to equivalent legacy err...Drew Paroski2020-09-022-95/+48
* SERVER-49289 Add collectionUUID option to aggregateJack Mulrow2020-08-261-0/+122
* SERVER-49810 Stable result comparison for facet/use_cases.jsSvilen Mihaylov2020-08-251-3/+3
* SERVER-50468 Tag accumulator_js_size_limits.js as resource_intensiveCharlie Swanson2020-08-241-0/+1
* SERVER-49227 Tag tests to be excluded from aggregation_slot_based_executionJustin Seyster2020-08-18133-54/+463
* SERVER-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-08-142-4/+90
* SERVER-49649 Fix union inner pipeline explainTed Tuckman2020-08-112-14/+64
* SERVER-48390 Exhaust pending calls when $group with $accumulator runs out of ...Arun Banala2020-08-101-0/+42
* SERVER-49122 Implement dateFromParts expression for date manipulation in SBEEric Cox2020-07-242-70/+98
* SERVER-49206 Updated document validation integration tests for $out/$merge/ma...Jenny Peshansky2020-07-211-59/+56
* SERVER-49124 translate $not to SBE expressionHirday Gupta2020-07-151-0/+151
* SERVER-49404 Enforce additional checks in $arrayToObjectDrew Paroski2020-07-151-0/+14
* SERVER-37068 Add NumberDecimal as numeric type for aggregation expressionsJunhson Jean-Baptiste2020-07-011-5/+10
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-302-0/+137
* Revert "SERVER-37068 Add NumberDecimal as numeric type for aggregation expres...Kaloian Manassiev2020-06-301-9/+4
* SERVER-37068 Add NumberDecimal as numeric type for aggregation expressionsJunhson Jean-Baptiste2020-06-291-4/+9
* Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...Arun Banala2020-06-291-98/+0
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-261-0/+98
* SERVER-40090 DISTINCT_SCAN is only used when certain format of $group _id is ...Katherine Wu2020-06-251-0/+12
* SERVER-47223 Verify that $geoNear applies index hint correctlyMihai Andrei2020-06-221-0/+53
* SERVER-48464 Remove {$rand:{const:true}}Svilen Mihaylov2020-06-161-22/+0
* SERVER-48612 Fix rand.js for aggregation_facet_unwind_passthroughSvilen Mihaylov2020-06-051-16/+1
* SERVER-30405: add expression to generate a random numberSvilen Mihaylov2020-06-041-0/+69
* SERVER-48321 Tests for $merge in all_modes.js should not assume orderingKatherine Wu2020-05-281-7/+16
* SERVER-48321 Tests for $merge should not assume orderingKatherine Wu2020-05-211-3/+5
* SERVER-47848 Don't assume pipeline needs textScore, unless needsMergeDavid Percy2020-05-121-0/+35
* SERVER-48043 mode_merge_fail.js and mode_pipeline_fail.js should not assume o...Mihai Andrei2020-05-113-13/+57
* SERVER-46903 Ensure mongo shell respects readPreference for $out and $merge w...Mihai Andrei2020-05-111-67/+0
* SERVER-47877 Replace uses of arrayEq without assert with assert.sameMembers i...Matthew Russotto2020-05-061-0/+7
* SERVER-47821 Avoid testing exchange plan in all_modes.jsDavid Percy2020-05-041-3/+1
* SERVER-47893 Add test confirming that variables defined above a $graphLookup ...James Wahlin2020-05-041-0/+24
* SERVER-47516 mode_replace_fail.js should not assume ordering of writes from $...Mihai Andrei2020-05-011-5/+22
* SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstestsAli Mir2020-04-292-4/+1
* SERVER-47191 Implement evalutation of Expressions to produce let parametersEric Cox2020-04-232-5/+5
* SERVER-35804 Disallow dropping config and admin from mongosRandolph Tan2020-04-141-12/+2
* SERVER-46544 Unblacklist tests in aggregation_secondary_reads passthroughMihai Andrei2020-04-096-42/+57
* SERVER-46991 Create aggregation secondary reads passthrough which runs agains...Arun Banala2020-04-0716-141/+157
* SERVER-47335 Guarantee document ordering with $sort stage in batch_writes.js ...Mihai Andrei2020-04-031-1/+9
* SERVER-46665 Fix causal consistency for $out/$merge running on secondariesMihai Andrei2020-04-011-0/+1
* SERVER-47005 Fix premature pipeline disposal if unionWith needs it to explainTed Tuckman2020-03-251-0/+9
* SERVER-46700 Update tests in aggregation suite to avoid spawning mongod/shard...Nick Zolnierz2020-03-2519-2406/+148
* SERVER-46233 Relocate second call to optimizePipeline()Justin Seyster2020-03-241-0/+67
* SERVER-46890 Prevent $unionWith explain attaching a cursor source twice.Ted Tuckman2020-03-191-0/+15
* SERVER-45450 Fix lintGregory Wlodarek2020-03-171-4/+4
* SERVER-45450 $accumulator performanceDavid Percy2020-03-172-2/+241
* SERVER-44642 Verify that implementation of cross-database $out attaches write...Svilen Mihaylov2020-03-131-0/+39
* SERVER-46220 Combine stages and sources folders in jstests/aggregationKatherine Wu2020-03-111-0/+0
* SERVER-45972 Test that $out can read from and write to the same collectionDavid Storch2020-03-061-0/+49