You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Tibor17 <gi...@git.apache.org> on 2014/08/28 20:16:02 UTC

[GitHub] maven-surefire pull request: SUREFIRE-1028 Unable to run single te...

GitHub user Tibor17 opened a pull request:

    https://github.com/apache/maven-surefire/pull/46

    SUREFIRE-1028 Unable to run single test (junit)

    Fix for a critical bug:
    https://jira.codehaus.org/browse/SUREFIRE-1028
    
    Fixed in subclass `FilterFactory.MethodFilter`.
    The nested children need to be scanned with filtering conditions.
    The PC uses aggregared structure of JUnit Runners and therefore filtered test methods should be scanned in whole hierarchy.
    
    Problem of this bug: No tests to execute while parallel execution is triggered on filtered test method (see single-test.apt.vm).
    `mvn test -Dtest=SomeTest#test`
    Plugin configuration:
    parallel='classes', useUnlimitedThreads=true

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Tibor17/maven-surefire s2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-surefire/pull/46.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #46
    
----
commit e10efc4b12befb132f01faa4dfe847a143160882
Author: Tibor Digana <ti...@lycos.com>
Date:   2014-08-28T17:57:03Z

    SUREFIRE-1028 Unable to run single test (junit)

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] maven-surefire pull request: SUREFIRE-1028 Unable to run single te...

Posted by Tibor17 <gi...@git.apache.org>.
Github user Tibor17 closed the pull request at:

    https://github.com/apache/maven-surefire/pull/46


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org