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

Hadoop QA commented on ZOOKEEPER-1866:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12624341/ZOOKEEPER-1866.patch
  against trunk revision 1560172.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

    +1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1896//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1896//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1896//console

This message is automatically generated.

> ClientBase#createClient is failing frequently
> ---------------------------------------------
>
>                 Key: ZOOKEEPER-1866
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1866
>             Project: ZooKeeper
>          Issue Type: Sub-task
>          Components: tests
>    Affects Versions: 3.4.5
>            Reporter: Rakesh R
>            Assignee: Germán Blanco
>             Fix For: 3.4.6
>
>         Attachments: ZOOKEEPER-1866.patch
>
>
> Following failure pattern has been observed many times in windows build. 
> After creating the zookeeper client, the respective connection bean is not 
> available in the jmx beans and is failing the tests.
> {code}
>     [junit] 2014-01-22 08:58:22,625 [myid:] - INFO  [main:ZKTestCase$1@65] - 
> FAILED testInvalidVersion
>     [junit] junit.framework.AssertionFailedError: expected 
> [0x143b92b03330000] expected:<1> but was:<0>
>     [junit]   at junit.framework.Assert.fail(Assert.java:47)
>     [junit]   at junit.framework.Assert.failNotEquals(Assert.java:283)
>     [junit]   at junit.framework.Assert.assertEquals(Assert.java:64)
>     [junit]   at junit.framework.Assert.assertEquals(Assert.java:195)
>     [junit]   at org.apache.zookeeper.test.JMXEnv.ensureAll(JMXEnv.java:124)
>     [junit]   at 
> org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:191)
>     [junit]   at 
> org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:171)
>     [junit]   at 
> org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:156)
>     [junit]   at 
> org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:149)
>     [junit]   at 
> org.apache.zookeeper.test.MultiTransactionTest.setUp(MultiTransactionTest.java:60)
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to