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

Hadoop QA commented on ZOOKEEPER-2223:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  
http://issues.apache.org/jira/secure/attachment/12743883/ZOOKEEPER-2223-v4.patch
  against trunk revision 1689211.

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

    +1 tests included.  The patch appears to include 161 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 2.0.3) 
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/2808//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/2808//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/2808//console

This message is automatically generated.

> support method-level JUnit testcase
> -----------------------------------
>
>                 Key: ZOOKEEPER-2223
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2223
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: tests
>            Reporter: Akihiro Suda
>            Assignee: Akihiro Suda
>            Priority: Minor
>             Fix For: 3.6.0
>
>         Attachments: ZOOKEEPER-2223-v2.patch, ZOOKEEPER-2223-v3.patch, 
> ZOOKEEPER-2223-v4.patch, ZOOKEEPER-2223.patch
>
>
> Currently, a user can execute class-level single test, but cannot execute 
> method-level ones.
> This patch adds a support for method-level single test so as to facilitate 
> ease of debugging failing tests (like ZOOKEEPER-2080).
> Class-level test (exists in current version)
> {panel}
> $ ant -Dtestcase=ReconfigRecoveryTest test-core-java
> {panel}
> Method-level test (proposal)
> {panel}
> $ ant -Dtestcase=ReconfigRecoveryTest 
> -Dtest.method=testCurrentObserverIsParticipantInNewConfig test-core-java
> {panel}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to