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

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

Michael Han created ZOOKEEPER-2796:
--------------------------------------

             Summary: 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)