On Tue, Feb 21, 2012 at 4:33 PM, Jordan Zimmerman <[email protected]>wrote:
> Curator provides an in-memory ZooKeeper Server and ZooKeeper Cluster: > > <dependency> > <groupId>com.netflix.curator</groupId> > <artifactId>curator-test</artifactId> > <version>1.1.2</version> > </dependency> > > https://github.com/Netflix/curator/tree/master/curator-test/src/main/java/c > om/netflix/curator/test > > > > On 2/21/12 3:31 PM, "Amirhossein Kiani" <[email protected]> wrote: > > >Hi ZooKeeper users, > > > >I was wondering if there is a correct way of writing unit tests for a > >ZooKeeper application. I have looked at Twitter's tests but have been > >unable to get them to work... I was wondering if there is a more generic > >way of creating the in-process ZooKeeper server for testing. > Jordan's stuff looks good - so if it works for you I'd switch. But I would be interested in a bug report - what issues are you seeing? (we use com.twitter.common#zookeeper-testing widely internally). > > > >Many thanks, > >Amir > >
