summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7408 Correctly handle $skip and $limit in sharded aggMathias Stearn2012-11-061-0/+22
* SERVER-6779 Correctly serialize ExpressionCoerceToBoolMathias Stearn2012-08-201-0/+18
* Disable test for SERVER-6556 on V8 due to SERVER-6646Mathias Stearn2012-08-031-0/+9
* Fix SERVER-6189 testMathias Stearn2012-08-021-2/+2
* Try to make SERVER-6189 test more reliableMathias Stearn2012-08-021-1/+3
* SERVER-6679 Value::coerceToString uses UTC ISODate format for datesMathias Stearn2012-08-021-2/+2
* SERVER-6688 ExpressionConstant serializes as $constMathias Stearn2012-08-021-1/+1
* Add exceptions to test for SERVER-6189 when it is expected to failMathias Stearn2012-08-021-2/+14
* SERVER-6425 remove literal from aggroMatt Dannenberg2012-08-021-0/+0
* Disable test for Dates before 1900 because it fails with 32-bit time_tMathias Stearn2012-08-011-1/+2
* Temporarily disable test failing due to SERVER-6688Mathias Stearn2012-08-011-3/+4
* SERVER-6530 disallow geo commands in aggregationMathias Stearn2012-08-011-0/+9
* SERVER-6189 Support Dates before 1970 in aggregationMathias Stearn2012-08-011-0/+65
* $ifNull functional tests.Aaron2012-07-311-0/+61
* $cond functional tests.Aaron2012-07-311-0/+62
* Extend $week functional tests.Aaron2012-07-311-1/+25
* Add $match functional tests.Aaron2012-07-311-0/+193
* Functional tests for $first and $last.Aaron2012-07-311-0/+110
* SERVER-6529 disallow inclusion inside $expressionsMatt Dannenberg2012-07-272-11/+24
* SERVER-6198 disallow dotted field names in $groupMatt Dannenberg2012-07-271-0/+4
* SERVER-6556 handle strings containing null in aggMatt Dannenberg2012-07-271-0/+16
* SERVER-6275 SERVER-6197 use double for $avgMatt Dannenberg2012-07-271-0/+14
* SERVER-6570 disallow strings in $add in aggroMatt Dannenberg2012-07-273-1/+15
* SERVER-6142 make compares in aggro consistentMatt Dannenberg2012-07-271-1/+1
* create tests for SERVER-6238 and SERVER-6185Matt Dannenberg2012-07-272-0/+25
* SERVER-6179 support multiple $group in sharded aggMatt Dannenberg2012-07-201-0/+74
* Hook up dependency detection to group, unwind, sort, skip, and limit SERVER-4644Mathias Stearn2012-07-201-1/+10
* SERVER-4644 Pull dependencies out of $project and use them in DocumentSourceC...Mathias Stearn2012-07-201-2/+2
* Rewrite ExpressionObjectMathias Stearn2012-07-208-23/+118
* SERVER-6290 Test that the $isoDate operator is not available.Aaron2012-07-191-0/+26
* Make test for SERVER-6118 more reliable by turning off balancerMathias Stearn2012-07-161-0/+3
* SERVER-6269 SERVER-6131 Reorganize DocumentSourceUnwind so that it iterates p...Aaron2012-07-133-22/+72
* SERVER-6335 don't allow $where inside aggregation $matchMathias Stearn2012-07-121-0/+6
* SERVER-5484 loop correctly in DocumentSourceCursor::findNext()Mathias Stearn2012-07-111-0/+3
* Make test more debuggableMathias Stearn2012-07-101-4/+5
* Re-enable sharded aggregation testMathias Stearn2012-07-101-0/+0
* SERVER-6232 support empty objects in aggroMatt Dannenberg2012-07-101-0/+12
* SERVER-6270 prevent segfault on large aggro resultMatt Dannenberg2012-07-103-3/+0
* SERVER-6118 support $sort in sharded aggregationMathias Stearn2012-07-101-0/+32
* add sorts to aggro/testall for consistent resultsMatt Dannenberg2012-07-091-38/+43
* Don't load articles.js in testbugs.jsMathias Stearn2012-07-061-2/+2
* SERVER-6290 remove $isoDate aggro operationMatt Dannenberg2012-07-061-37/+0
* remove aggro utils.js from aggro testsMatt Dannenberg2012-07-068-226/+207
* fix SERVER-5369 test to actually test somethingMatt Dannenberg2012-07-061-5/+4
* load aggro utils.js for individual tests if neededMatt Dannenberg2012-07-065-6/+5
* Reset the articles collection before each test in aggregation/testbugs.js.Aaron2012-07-031-3/+3
* Make test easier to debugMathias Stearn2012-07-031-1/+3
* SERVER-6240 disable math with dates aggroMatt Dannenberg2012-07-031-0/+74
* SERVER-6165 fix $mod to work with any numerictypeMatt Dannenberg2012-07-032-3/+82
* SERVER-6121 make timestamps exist in aggroMatt Dannenberg2012-07-031-0/+83