You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jesse Glick (JIRA)" <ji...@codehaus.org> on 2013/04/08 16:06:52 UTC

[jira] (SUREFIRE-974) Custom junit.framework.TestSuite subtypes ignored when excludedGroups defined

    [ https://jira.codehaus.org/browse/SUREFIRE-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=323380#comment-323380 ] 

Jesse Glick commented on SUREFIRE-974:
--------------------------------------

I filed SUREFIRE-984 to track the reporting format.
                
> Custom junit.framework.TestSuite subtypes ignored when excludedGroups defined
> -----------------------------------------------------------------------------
>
>                 Key: SUREFIRE-974
>                 URL: https://jira.codehaus.org/browse/SUREFIRE-974
>             Project: Maven Surefire
>          Issue Type: Bug
>    Affects Versions: 2.14
>            Reporter: Jesse Glick
>            Assignee: Andreas Gudian
>         Attachments: SUREFIRE-974.zip
>
>
> In Jenkins sources @ 919bab8, run:
> {{mvn -f test/pom.xml -Dtest=CoreJellyTest -Dtest.excluded.groups=org.jvnet.hudson.test.FailsOnCloud test}}
> You will get errors from every test case in this suite. When {{test.excluded.groups}} is not defined, it passes.
> This property just sets {{excludedGroups}} for the benefit of some unrelated JUnit 4 tests in the same module which use {{@Category}}. But turning it on apparently changes how JUnit 3 tests are run, too. The named suite has a {{public static Test suite()}} method which creates a subclass of {{TestSuite}} that overrides {{void run(TestResult)}}; when {{excludedGroups}} is defined, a plain {{TestSuite}} is created which fails to set the proper context for test cases and fails utterly.
> Refactoring this test suite to use JUnit 4 idioms is probably not an option at the moment for compatibility reasons. Why is Surefire failing to correctly run JUnit 3 tests just because groups are defined?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira