Commit Graph

7 Commits

Author SHA1 Message Date
Randolph Tan
5611bb4517 SERVER-12799 Disable balancer in aggregation/testshard1.js 2014-02-20 12:01:29 -05:00
Mathias Stearn
0ffa726629 SERVER-12708 Report errors from shards when mergingPresorted results.
To prevent similar issues from happening in the future, all code to pull
results off of the shards cursors in agg now go through a single function.
This function was enhanced to propagate runtime error codes as we already do
with parse-time errors reported from the shards.
2014-02-19 17:15:07 -05:00
Mathias Stearn
242b2247bd SERVER-11239 Rename flag to allowDiskUse and include in error messages 2014-01-29 18:28:47 -05:00
Mathias Stearn
061a086641 SERVER-10165 aggregate() shell helper now returns a cursor
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.
2013-10-08 17:35:02 -04:00
Mathias Stearn
c8fac60210 Add sort with large limit case to SERVER-9444 test
Crash reported in SERVER-10136, but resolved automatically by SERVER-9444.
2013-07-22 18:19:40 -04:00
Mathias Stearn
90514f2d84 Enhance SERVER-9444 test to use cursors 2013-07-22 15:42:39 -04:00
Mathias Stearn
8512fdda5f Add user-facing option for SERVER-9444: Using disk storage for $sort and $group 2013-07-10 17:17:59 -04:00