I'm looking into the build failure.
On Wed, Mar 12, 2014 at 4:33 PM, Hudson (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/ZOOKEEPER-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932653#comment-13932653 > ] > > Hudson commented on ZOOKEEPER-1883: > ----------------------------------- > > FAILURE: Integrated in ZooKeeper-trunk #2246 (See > [https://builds.apache.org/job/ZooKeeper-trunk/2246/]) > ZOOKEEPER-1883. C client unit test failures (Raul Gutierrez Segales via > michim) (michim: > http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1576961) > * /zookeeper/trunk/CHANGES.txt > * /zookeeper/trunk/src/c/tests/TestClient.cc > > >> C client unit test failures >> --------------------------- >> >> Key: ZOOKEEPER-1883 >> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1883 >> Project: ZooKeeper >> Issue Type: Bug >> Components: c client, tests >> Reporter: Abhiraj Butala >> Assignee: Raul Gutierrez Segales >> Priority: Minor >> Fix For: 3.5.0 >> >> Attachments: ZOOKEEPER-1883.patch >> >> >> I am seeing unit test failure for c client after I do 'make check' as shown >> below. The failure is pretty consistent, but does not happen always. This is >> on latest check-out of zookeeper trunk. >> ------------------ >> Zookeeper_simpleSystem::testAsyncWatcherAutoReset ZooKeeper server started : >> elapsed 9640 : OK >> Zookeeper_simpleSystem::testDeserializeString : elapsed 0 : OK >> Zookeeper_simpleSystem::testFirstServerDown : elapsed 1007 : OK >> Zookeeper_simpleSystem::testNullData : elapsed 1028 : OK >> Zookeeper_simpleSystem::testIPV6 : elapsed 1008 : OK >> Zookeeper_simpleSystem::testCreate : elapsed 1016 : OK >> Zookeeper_simpleSystem::testPath : elapsed 1083 : OK >> Zookeeper_simpleSystem::testPathValidation : elapsed 1046 : OK >> Zookeeper_simpleSystem::testPing : elapsed 17301 : OK >> Zookeeper_simpleSystem::testAcl : elapsed 1018 : OK >> Zookeeper_simpleSystem::testChroot : elapsed 3057 : OK >> Zookeeper_simpleSystem::testAuth ZooKeeper server started ZooKeeper server >> started : elapsed 29357 : OK >> Zookeeper_simpleSystem::testHangingClient : elapsed 1037 : OK >> Zookeeper_simpleSystem::testWatcherAutoResetWithGlobal ZooKeeper server >> started ZooKeeper server started ZooKeeper server started : elapsed 12983 : >> OK >> Zookeeper_simpleSystem::testWatcherAutoResetWithLocal ZooKeeper server >> started ZooKeeper server started ZooKeeper server started : elapsed 13028 : >> OK >> Zookeeper_simpleSystem::testGetChildren2 : elapsed 1031 : OK >> Zookeeper_simpleSystem::testLastZxid : assertion : elapsed 2514 >> Zookeeper_watchers::testDefaultSessionWatcher1 : elapsed 52 : OK >> Zookeeper_watchers::testDefaultSessionWatcher2 : elapsed 3 : OK >> Zookeeper_watchers::testObjectSessionWatcher1 : elapsed 52 : OK >> Zookeeper_watchers::testObjectSessionWatcher2 : elapsed 54 : OK >> Zookeeper_watchers::testNodeWatcher1 : elapsed 55 : OK >> Zookeeper_watchers::testChildWatcher1 : elapsed 3 : OK >> Zookeeper_watchers::testChildWatcher2 : elapsed 3 : OK >> tests/TestClient.cc:1281: Assertion: equality assertion failed [Expected: >> 1239, Actual : 1238] >> Failures !!! >> Run: 70 Failure total: 1 Failures: 1 Errors: 0 >> FAIL: zktest-mt >> ========================================== >> 1 of 2 tests failed >> Please report to [email protected] >> ========================================== >> make[1]: *** [check-TESTS] Error 1 >> make[1]: Leaving directory `/home/abutala/work/zk/zookeeper-trunk/src/c' >> make: *** [check-am] Error 2 >> ------------------ >> $ uname -a >> Linux abutala-vBox 3.8.0-35-generic #50~precise1-Ubuntu SMP Wed Dec 4 >> 17:25:51 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux > > > > -- > This message was sent by Atlassian JIRA > (v6.2#6252)
