You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Warren Turkal (JIRA)" <ji...@apache.org> on 2011/08/30 00:09:37 UTC

[jira] [Created] (ZOOKEEPER-1165) better eclipse support in tests

better eclipse support in tests
-------------------------------

                 Key: ZOOKEEPER-1165
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1165
             Project: ZooKeeper
          Issue Type: Bug
          Components: tests
    Affects Versions: 3.4.0
         Environment: Eclipse
            Reporter: Warren Turkal
            Priority: Minor
             Fix For: 3.4.0


The Eclipse test runner tries to run tests from all classes that inherit from TestCase. However, this class is inherited by at least one class (org.apache.zookeeper.test.system.BaseSysTest) that has no test cases as it is used as infrastructure for other real test cases. This patch annotates that class with @Ignore, which causes the class to be Ignored. Also, due to the way annotations are not inherited by default, this patch will not affect classes that inherit from this class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1165) better eclipse support in tests

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096161#comment-13096161 ] 

Hudson commented on ZOOKEEPER-1165:
-----------------------------------

Integrated in ZooKeeper-trunk #1292 (See [https://builds.apache.org/job/ZooKeeper-trunk/1292/])
    ZOOKEEPER-1165. better eclipse support in tests (Warren Turkal via phunt)

phunt : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1164632
Files : 
* /zookeeper/trunk/CHANGES.txt
* /zookeeper/trunk/src/java/systest/org/apache/zookeeper/test/system/BaseSysTest.java


> better eclipse support in tests
> -------------------------------
>
>                 Key: ZOOKEEPER-1165
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1165
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 3.4.0
>         Environment: Eclipse
>            Reporter: Warren Turkal
>            Assignee: Warren Turkal
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.4.0
>
>         Attachments: BaseSysTest.java.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Eclipse test runner tries to run tests from all classes that inherit from TestCase. However, this class is inherited by at least one class (org.apache.zookeeper.test.system.BaseSysTest) that has no test cases as it is used as infrastructure for other real test cases. This patch annotates that class with @Ignore, which causes the class to be Ignored. Also, due to the way annotations are not inherited by default, this patch will not affect classes that inherit from this class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ZOOKEEPER-1165) better eclipse support in tests

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated ZOOKEEPER-1165:
-------------------------------------

    Fix Version/s:     (was: 3.4.0)
                   3.5.0

Not a blocker. Moving it out!

> better eclipse support in tests
> -------------------------------
>
>                 Key: ZOOKEEPER-1165
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1165
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 3.4.0
>         Environment: Eclipse
>            Reporter: Warren Turkal
>            Assignee: Warren Turkal
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.5.0
>
>         Attachments: BaseSysTest.java.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Eclipse test runner tries to run tests from all classes that inherit from TestCase. However, this class is inherited by at least one class (org.apache.zookeeper.test.system.BaseSysTest) that has no test cases as it is used as infrastructure for other real test cases. This patch annotates that class with @Ignore, which causes the class to be Ignored. Also, due to the way annotations are not inherited by default, this patch will not affect classes that inherit from this class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ZOOKEEPER-1165) better eclipse support in tests

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-1165:
------------------------------------

    Fix Version/s:     (was: 3.5.0)
                   3.4.0

> better eclipse support in tests
> -------------------------------
>
>                 Key: ZOOKEEPER-1165
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1165
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 3.4.0
>         Environment: Eclipse
>            Reporter: Warren Turkal
>            Assignee: Warren Turkal
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.4.0
>
>         Attachments: BaseSysTest.java.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Eclipse test runner tries to run tests from all classes that inherit from TestCase. However, this class is inherited by at least one class (org.apache.zookeeper.test.system.BaseSysTest) that has no test cases as it is used as infrastructure for other real test cases. This patch annotates that class with @Ignore, which causes the class to be Ignored. Also, due to the way annotations are not inherited by default, this patch will not affect classes that inherit from this class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1165) better eclipse support in tests

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096154#comment-13096154 ] 

Hudson commented on ZOOKEEPER-1165:
-----------------------------------

Integrated in ZooKeeper-trunk-jdk7 #3 (See [https://builds.apache.org/job/ZooKeeper-trunk-jdk7/3/])
    ZOOKEEPER-1165. better eclipse support in tests (Warren Turkal via phunt)

phunt : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1164632
Files : 
* /zookeeper/trunk/CHANGES.txt
* /zookeeper/trunk/src/java/systest/org/apache/zookeeper/test/system/BaseSysTest.java


> better eclipse support in tests
> -------------------------------
>
>                 Key: ZOOKEEPER-1165
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1165
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 3.4.0
>         Environment: Eclipse
>            Reporter: Warren Turkal
>            Assignee: Warren Turkal
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.4.0
>
>         Attachments: BaseSysTest.java.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Eclipse test runner tries to run tests from all classes that inherit from TestCase. However, this class is inherited by at least one class (org.apache.zookeeper.test.system.BaseSysTest) that has no test cases as it is used as infrastructure for other real test cases. This patch annotates that class with @Ignore, which causes the class to be Ignored. Also, due to the way annotations are not inherited by default, this patch will not affect classes that inherit from this class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (ZOOKEEPER-1165) better eclipse support in tests

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt reassigned ZOOKEEPER-1165:
---------------------------------------

    Assignee: Warren Turkal

> better eclipse support in tests
> -------------------------------
>
>                 Key: ZOOKEEPER-1165
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1165
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 3.4.0
>         Environment: Eclipse
>            Reporter: Warren Turkal
>            Assignee: Warren Turkal
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.4.0
>
>         Attachments: BaseSysTest.java.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Eclipse test runner tries to run tests from all classes that inherit from TestCase. However, this class is inherited by at least one class (org.apache.zookeeper.test.system.BaseSysTest) that has no test cases as it is used as infrastructure for other real test cases. This patch annotates that class with @Ignore, which causes the class to be Ignored. Also, due to the way annotations are not inherited by default, this patch will not affect classes that inherit from this class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ZOOKEEPER-1165) better eclipse support in tests

Posted by "Warren Turkal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Warren Turkal updated ZOOKEEPER-1165:
-------------------------------------

    Attachment: BaseSysTest.java.patch

> better eclipse support in tests
> -------------------------------
>
>                 Key: ZOOKEEPER-1165
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1165
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 3.4.0
>         Environment: Eclipse
>            Reporter: Warren Turkal
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.4.0
>
>         Attachments: BaseSysTest.java.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Eclipse test runner tries to run tests from all classes that inherit from TestCase. However, this class is inherited by at least one class (org.apache.zookeeper.test.system.BaseSysTest) that has no test cases as it is used as infrastructure for other real test cases. This patch annotates that class with @Ignore, which causes the class to be Ignored. Also, due to the way annotations are not inherited by default, this patch will not affect classes that inherit from this class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1165) better eclipse support in tests

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093279#comment-13093279 ] 

Hadoop QA commented on ZOOKEEPER-1165:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12492150/BaseSysTest.java.patch
  against trunk revision 1163015.

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

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

This message is automatically generated.

> better eclipse support in tests
> -------------------------------
>
>                 Key: ZOOKEEPER-1165
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1165
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 3.4.0
>         Environment: Eclipse
>            Reporter: Warren Turkal
>            Assignee: Warren Turkal
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.4.0
>
>         Attachments: BaseSysTest.java.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Eclipse test runner tries to run tests from all classes that inherit from TestCase. However, this class is inherited by at least one class (org.apache.zookeeper.test.system.BaseSysTest) that has no test cases as it is used as infrastructure for other real test cases. This patch annotates that class with @Ignore, which causes the class to be Ignored. Also, due to the way annotations are not inherited by default, this patch will not affect classes that inherit from this class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1165) better eclipse support in tests

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093340#comment-13093340 ] 

Hadoop QA commented on ZOOKEEPER-1165:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12492150/BaseSysTest.java.patch
  against trunk revision 1163015.

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

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

This message is automatically generated.

> better eclipse support in tests
> -------------------------------
>
>                 Key: ZOOKEEPER-1165
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1165
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 3.4.0
>         Environment: Eclipse
>            Reporter: Warren Turkal
>            Assignee: Warren Turkal
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.4.0
>
>         Attachments: BaseSysTest.java.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Eclipse test runner tries to run tests from all classes that inherit from TestCase. However, this class is inherited by at least one class (org.apache.zookeeper.test.system.BaseSysTest) that has no test cases as it is used as infrastructure for other real test cases. This patch annotates that class with @Ignore, which causes the class to be Ignored. Also, due to the way annotations are not inherited by default, this patch will not affect classes that inherit from this class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira