You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/30 16:18:04 UTC

[jira] [Commented] (ZOOKEEPER-2796) Test org.apache.zookeeper.ZooKeeperTest.testCreateNodeWithoutData is broken by ZOOKEEPER-2757

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

ASF GitHub Bot commented on ZOOKEEPER-2796:
-------------------------------------------

GitHub user hanm opened a pull request:

    https://github.com/apache/zookeeper/pull/265

    ZOOKEEPER-2796: Fix broken test testCreateNodeWithoutData caused by ZK-2757.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hanm/zookeeper ZOOKEEPER-2796

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/265.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #265
    
----

----


> Test org.apache.zookeeper.ZooKeeperTest.testCreateNodeWithoutData is broken by ZOOKEEPER-2757
> ---------------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2796
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2796
>             Project: ZooKeeper
>          Issue Type: Test
>          Components: tests
>            Reporter: Michael Han
>            Assignee: Michael Han
>            Priority: Minor
>
> ZOOKEEPER-2757 failed one test which causes recent daily builds failed. 
> {noformat}
> FAILED:  org.apache.zookeeper.ZooKeeperTest.testCreateNodeWithoutData
> Error Message:
> Path must start with / character
> Stack Trace:
> org.apache.zookeeper.cli.MalformedPathException: Path must start with / character
>         at org.apache.zookeeper.cli.CreateCommand.exec(CreateCommand.java:122)
>         at org.apache.zookeeper.ZooKeeperMain.processZKCmd(ZooKeeperMain.java:655)
>         at org.apache.zookeeper.ZooKeeperTest.testCreateNodeWithoutData(ZooKeeperTest.java:293)
>         at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)