Commit Graph

14 Commits

Author SHA1 Message Date
Kaloian Manassiev
3ed6635a5f SERVER-21050 Cleanup ReplSetTest
This is just a cleanup work to hide some of the private state of
ReplSetTest so it is easier to encapsulate and add new logic. Also enables
strict mode.
2015-12-08 13:05:00 -05:00
Randolph Tan
9f055d483c SERVER-21233 Sharding config servers should not be pinging the distributed lock 2015-11-17 17:50:47 -05:00
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
Charlie Swanson
c15f4bb96d SERVER-18272 Update jstests to use allocatePort() instead of hard coding ports 2015-09-09 13:14:48 -04:00
Randolph Tan
7915e212dc SERVER-11256 improve handling of empty vs nonexistent CollectionMetadata
Remove long constructor for ChunkVersion
2014-06-06 10:31:49 -04:00
Randolph Tan
0d5acb0e3a SERVER-11256 improve handling of empty vs nonexistent CollectionMetadata 2014-06-06 10:31:49 -04:00
Greg Studer
7e5a331e53 buildbot version2.js use assert.eq to make it simpler to figure out what went wrong 2013-03-01 11:18:00 -05:00
Scott Hernandez
d65b141de6 SERVER-7718: more test cleanup related to Timestamp 2013-03-01 06:30:10 -05:00
Alberto Lerner
b9c944466f hook new versioning machinery and allow mongod to maintain per-chunk state 2010-12-04 14:49:09 -05:00
Alberto Lerner
f9d7cdab63 ChunkMatcher now has per-chunk boundaries 2010-11-18 17:59:20 -05:00
Eliot Horowitz
d58828ebb0 allow "raw" clients - better messags 2009-03-26 17:32:25 -04:00
Eliot Horowitz
5b4285aa55 need to be authorative on first access 2009-03-18 10:51:04 -04:00
Eliot Horowitz
affd92783f making mongod sharding aware 2009-03-17 17:25:10 -04:00