Commit Graph

10 Commits

Author SHA1 Message Date
Kaloian Manassiev
706ac90265 SERVER-21186 Make all sharding tests use default verbosity of 1
The default ShardingTest verbosity is currently zero, but we have many
tests, which bump it to 1 and even higher.

Since verbosity level of 0 is sometimes insufficient for investigating
transient failures, this change makes the default to be 1 and removes all
places, which explicitly make it 1 or higher.
2015-11-11 11:01:18 -05:00
Spencer T Brody
0d61a38662 SERVER-19855 Use ShardConnection for migrations and splits
This reverts commit 169a7ca486.
2015-08-25 15:00:48 -04:00
Benety Goh
169a7ca486 Revert "SERVER-19855 Use ShardConnection for migrations and splits"
This reverts commit fdc2aec174.
2015-08-21 22:16:04 -04:00
Kaloian Manassiev
fdc2aec174 Revert "Revert "SERVER-19855 Use ShardConnection for migrations and splits""
This reverts commit bae1d256c5.
2015-08-21 17:00:14 -04:00
Kaloian Manassiev
bae1d256c5 Revert "SERVER-19855 Use ShardConnection for migrations and splits"
This reverts commit f8cdaf32b6.
2015-08-21 13:12:16 -04:00
Kaloian Manassiev
f8cdaf32b6 SERVER-19855 Use ShardConnection for migrations and splits
This ensures that prior to sending the operation on the wire, the host
will be primed to know that it is part of a sharded cluster.
2015-08-21 12:10:38 -04:00
Randolph Tan
280fbae904 SERVER-18044 Make sharding test explicitly set primary shards for databases 2015-05-15 10:11:31 -04:00
Randolph Tan
3bcbb33bc5 SERVER-13188 Migrate aggregation jstest suite to use write commands api 2014-03-13 17:00:16 -04: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
Matt Dannenberg
dc0b517d81 SERVER-6179 support multiple $group in sharded agg 2012-07-20 18:49:19 -04:00