Kaloian Manassiev
c078dc37a9
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:15:06 -05:00
Kevin Pulo
0c8b0d57c7
SERVER-12746: Fix assert() calls with constant-value args
...
These calls were mostly mistakes that should have been assert.eq().
assert() will now trip if passed a non-string msg, or too many params.
2015-10-30 20:35:28 +11: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
matt dannenberg
d789bca4c9
SERVER-18498 New replica set configurations have protocolVersion=1 by default
...
This re-adds Siyuan's work from commits 19d2885ec5 and 362aac3937 .
2015-10-01 08:00:10 -04:00
Jason Rassi
19d2885ec5
Revert "SERVER-18498 New replica set configurations have protocolVersion=1 by default"
...
This reverts commit 2c1facf471 .
2015-09-24 11:16:32 -04:00
Siyuan Zhou
2c1facf471
SERVER-18498 New replica set configurations have protocolVersion=1 by default
2015-09-23 14:50:56 -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
Spencer T Brody
7c1ad90880
SERVER-17971 Remove separateConfig option from ShardingTest and make its behavior the default
2015-04-14 13:53:47 -04:00
Alberto Lerner
bc3f63ebf1
SERVER-1497 Cant mix and match localhost and real IPs
2010-07-28 11:14:26 -04:00
Eliot Horowitz
c628c7b93f
don't allow shards on localhost unless allowLocal : true SHARDING-47
2009-10-12 13:27:04 -04:00
Eliot Horowitz
7ac635188e
make sure new shards are valid SHARDING-29
2009-09-01 14:06:50 -04:00
dwight
5e31aa0f19
rename
...
Command addserver->addshard
Collection config.servers->config.shards
2009-08-29 15:08:22 -04:00
Eliot Horowitz
163bd066bd
cleaning, better test system
2009-02-18 10:59:13 -05:00
Eliot Horowitz
1a4ad3f915
cleaning up test framework and very simple sharding framework sanity test
2009-02-17 10:06:02 -05:00