Commit Graph

7 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
Kaloian Manassiev
3db9d1338c SERVER-21009 Remove usages of the multi-argument ShardingTest constructor
No functional changes, just converting everything to use the JSON-based
constructor.

Also moves some sharding-specific tests out of noPassthroughWithMongod and
under the sharding suite.
2015-10-23 09:50:35 -04:00
Adam Midvidy
a05fe115d4 SERVER-19143 remove ns from OpDebug and synchronize access to NS in curop 2015-06-29 09:27:55 -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
a195fdda02 SERVER-12284 Make test wait for mongos to be aware of secondary. 2014-01-29 18:28:47 -05:00
Randolph Tan
8b7ab2786e SERVER-10655 aggregation_auth : mongos_slaveok.js failing
Improve test.
2013-08-30 18:42:14 -04:00
Randolph Tan
84ff1694c4 SERVER-10594 slaveOk bit ignored for unsharded aggregate 2013-08-29 18:06:52 -04:00