Commit Graph

14 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
James Wahlin
97da4befad SERVER-20969 Restrict $indexStats to first pipeline stage 2015-10-28 15:44:02 -04:00
David Storch
737bb20fcb SERVER-20935 do not attempt to attach shard version to OpCtx inside direct client 2015-10-22 13:40:06 -04:00
Kaloian Manassiev
d5a9eea40f SERVER-19319 SetShardVersionRequest
This change introduces a SetShardVersionRequest class, which will be used
to parse and construct the BSON for setShardVersion commands.
2015-07-31 14:33:41 -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
Greg Studer
344596a194 SERVER-12274 revert incorrect test changes to server7781.js 2014-01-17 16:52:59 -05:00
Greg Studer
6787339f27 SERVER-12274 bugfix always report err: null if ok: true 2014-01-16 19:00:30 -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
Hari Khalsa
d389aca222 allow full non-near geo functionality in matcher 2013-01-14 12:59:49 -05:00
Mathias Stearn
68f6dcd2c3 SERVER-6649 have agg helper throw exceptions and fix tests accordingly
Most of this was done by Samantha Ritter. Thanks!
2012-12-18 15:34:56 -05:00
Mathias Stearn
838f6c4aed SERVER-5113 geoNear command should support limit as synonym for num option 2012-12-17 14:32:43 -05:00
Mathias Stearn
f78e22ed0a Make test easier to debug by only printing differing array elements.
Also creating new js object rather than modifying posibly-lazy
BSON-sourced object.
2012-12-17 13:57:16 -05:00
Mathias Stearn
13a551f7e4 SERVER-7781 add $geoNear pipeline stage 2012-12-14 19:20:12 -05:00