[
https://issues.apache.org/jira/browse/ZOOKEEPER-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14616015#comment-14616015
]
Akihiro Suda commented on ZOOKEEPER-2223:
-----------------------------------------
The failing test seems not related to my patch.
https://www.google.co.jp/?gfe_rd=cr&gws_rd=ssl#q=ZooKeeper+%22testPortChange%22++%22expected:%3Ctest[1]%3E+but+was:%3Ctest[0]%3E%22&filter=0
The test passes in my Circle CI,
https://circleci.com/gh/AkihiroSuda/zookeeper/20
Anyone, Could you please review my patch?
[~cnauroth], [~rakeshr]
> 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
> Attachments: ZOOKEEPER-2223-v2.patch, ZOOKEEPER-2223-v3.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)