[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akihiro Suda updated ZOOKEEPER-2223:
------------------------------------
    Description: 
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}


  was:
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 
-test.method=testCurrentObserverIsParticipantInNewConfig test-core-java
{panel}



> 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
>            Priority: Minor
>         Attachments: 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