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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to