Re: Quorum tests improvement

2010-06-27 Thread Sergey Doroshenko
I created the first version of such class in the last patch for https://issues.apache.org/jira/browse/ZOOKEEPER-784 One good thing to have in such class is peers partitioning. E.g. for 5-peers ensemble, emulate a situation when 3 peers are in one datacenter, 2 are in another, and datacenters

Re: Quorum tests improvement

2010-06-25 Thread Patrick Hunt
Sounds like a good idea to me, improving our ability to test quorum configurations would be great. Patrick On 06/23/2010 11:46 AM, Sergey Doroshenko wrote: While incorporating tests for read-only mode, I found I don't like how QuorumBase, the main utility for quorum testing, is made -- it has

Quorum tests improvement

2010-06-23 Thread Sergey Doroshenko
While incorporating tests for read-only mode, I found I don't like how QuorumBase, the main utility for quorum testing, is made -- it has 5 fields for 5 QuorumPeers, also 5 fields for ports, 5 fields for directories. In general, it's very inflexible (you can't easily shutdown particular peer and