[
https://issues.apache.org/jira/browse/ZOOKEEPER-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855252#action_12855252
]
Patrick Hunt commented on ZOOKEEPER-729:
----------------------------------------
Sorry Kay, we're trying to catchup with some things after the release... No
excuses though. ;-) Thanks Henry for picking this up,
esp the focus on testing. We're always looking for ppl interested in eventually
becoming committers, this requires some
significant contributions, esp with a focus on working with the community
(doing great here) and focus on quality (testing).
Take a look at this example of testing ZooKeeperMain code, you can probably
base your own (maybe general
ZooKeeperMainTest) off this:
src/java/test/org/apache/zookeeper/test/ZooKeeperQuotaTest.java
> Recursively delete a znode - zkCli.sh rmr /node
> ------------------------------------------------
>
> Key: ZOOKEEPER-729
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-729
> Project: Zookeeper
> Issue Type: New Feature
> Components: java client
> Reporter: Kay Kay
> Assignee: Kay Kay
> Fix For: 3.4.0
>
> Attachments: ZOOKEEPER-729.patch, ZOOKEEPER-729.patch
>
>
> Recursively delete a given znode in zookeeper, from the command-line.
> New operation "rmr" added to zkclient.
> $ ./zkCli.sh rmr /node
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.