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/13 03:29:02 UTC

[GitHub] maven-surefire pull request: Exceptional parallel execution on @No...

GitHub user Tibor17 opened a pull request:

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

    Exceptional parallel execution on @NotThreadSafe type.

    We want to execute tests in parallel.
    In some cases some tests want to be executed in a single Thread instance.
    For instance I am using Embedded Container OpenEJB which is singleton, thus does not support parallelism.
    Other tests want to be executed in parallel anyway.
    This simple principle avoids parallel execution in an elegant way in src/test/java.

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/43.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 #43
    
----
commit c3b3a3f673ff104a6488f927f0c9a697209c1b22
Author: Tibor Digana <ti...@lycos.com>
Date:   2014-08-13T01:20:47Z

    Exceptional parallel execution on @NotThreadSafe type.

----


---
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: Exceptional parallel execution on @No...

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

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


---
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