[ https://issues.apache.org/jira/browse/ZOOKEEPER-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steven Cheng updated ZOOKEEPER-543: ----------------------------------- Attachment: ZOOKEEPER-543.patch I took a look at ClientTest and testMultipleWatcherObjs seems to cover most of what the lock test does. There is a fair bit of overlap with testSequentialNodeNames and the queue test, but the queue test tests the data. I moved the queue test into ClientTest and changed it to make it more similar to testSequentialNodeNames in this patch. > Tests for ZooKeeper examples > ---------------------------- > > Key: ZOOKEEPER-543 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-543 > Project: Zookeeper > Issue Type: New Feature > Components: tests > Affects Versions: 3.3.0 > Reporter: Steven Cheng > Assignee: Steven Cheng > Priority: Minor > Fix For: 3.3.0 > > Attachments: ZOOKEEPER-543.patch, ZOOKEEPER-543.patch > > > Initial attempt to create ZooKeeper tests based on the example code on the > website. > Current plan is to test features used in examples using ZooKeeper calls > directly. Another approach would be to make more usable abstractions such as > those in src/recipes and test those. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.