Done.
https://issues.apache.org/jira/browse/ZOOKEEPER-694
Am going to be starting to do some coding with ZooKeeper within the next
few weeks. Will try to see if I can whip up an early implementation of
a ZooKeeper tester as part of that.
DR
On 03/09/2010 05:47 PM, Henry Robinson wrote:
Not to my knowledge, although such a thing would be nice to have. We are
very busy putting together the 3.3.0 release for the next few days, and
after that will be thinking about directions for 3.4.0 - testability will
definitely come up.
If this is something you're keen to have, please do create a JIRA (and even
better, consider contributing ;)).
cheers,
Henry
On 9 March 2010 14:23, David Rosenstrauch<dar...@darose.net> wrote:
Just wondering if there was a mock/fake version of
org.apache.zookeeper.Zookeeper that could be used for unit testing? What I'm
envisioning would be a single instance Zookeeper that operates completely in
memory, with no network or disk I/O.
This would make it possible to pass one of the memory-only FakeZookeeper's
into unit tests, while using a real Zookeeper in production code.
Any such "animal"? :-)
Thanks,
DR