You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Steven Cheng (JIRA)" <ji...@apache.org> on 2009/10/07 00:37:31 UTC

[jira] Commented: (ZOOKEEPER-543) Tests for ZooKeeper examples

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762807#action_12762807 ] 

Steven Cheng commented on ZOOKEEPER-543:
----------------------------------------

There's a bug in the node name processing, it tries to remove the full path from the string before parsing the id.  The test still passes because of the 0 padding on the names.  I'll fix this.

> 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
>            Priority: Minor
>             Fix For: 3.3.0
>
>         Attachments: 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.