summaryrefslogtreecommitdiff
path: root/jstests/aggregation/testSlave.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+1
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-3/+5
|
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-6/+6
| | | | This re-adds Siyuan's work from commits 19d2885ec51768ab73eee0c7239d8eadc0c51d8d and 362aac3937e3ff39ee995919a529297488537191.
* SERVER-13188 Migrate aggregation jstest suite to use write commands apiRandolph Tan2014-03-131-4/+4
|
* SERVER-10165 aggregate() shell helper now returns a cursorMathias Stearn2013-10-081-2/+1
| | | | | | | | | | | The actual change is in src/mongo/shell/collection.js with the remaining changes to adjust tests to the new api. The "ideal" arguments are now an array of pipeline ops and an optional object with extra top-level options for the command (such as {explain: true}. For backwards compatibility, we still support the varargs style where each argument is a pipeline stage, but there is no way to specify extra parameters in this mode.
* SERVER-7142 Test that aggregation works on a secondaryMathias Stearn2012-11-261-0/+19