You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Sneha Kanekar (JIRA)" <ji...@apache.org> on 2017/03/14 06:05:41 UTC

[jira] [Created] (ZOOKEEPER-2720) org.apache.zookeeper.test.WatchEventWhenAutoResetTest fails intermittently

Sneha Kanekar created ZOOKEEPER-2720:
----------------------------------------

             Summary: org.apache.zookeeper.test.WatchEventWhenAutoResetTest fails intermittently
                 Key: ZOOKEEPER-2720
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2720
             Project: ZooKeeper
          Issue Type: Test
          Components: tests
    Affects Versions: 3.6.0
         Environment: Ubuntu:14.04
            Reporter: Sneha Kanekar


The test-suite org.apache.zookeeper.test.WatchEventWhenAutoResetTest fails intermittently. It is failing on ppc64le and x86 architechture. I have attached standard output log. The error message is as follows:

{code:borderStyle=solid}
Testcase: testNodeDataChanged took 1.959 sec
        FAILED
expected:<NodeDataChanged> but was:<NodeDeleted>
junit.framework.AssertionFailedError: expected:<NodeDataChanged> but was:<NodeDeleted>
        at org.apache.zookeeper.test.WatchEventWhenAutoResetTest$EventsWatcher.assertEvent(WatchEventWhenAutoResetTest.java:67)
        at org.apache.zookeeper.test.WatchEventWhenAutoResetTest.testNodeDataChanged(WatchEventWhenAutoResetTest.java:117)
        at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)
{code}



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