[ https://jira.codehaus.org/browse/SUREFIRE-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=352729#comment-352729 ]
Tibor Digana commented on SUREFIRE-1093: ---------------------------------------- maven-surefire.git/commit 7f2c1fb11f1fab043586f78621ef2fae69eda130 > Exceptional parallel execution on @NotThreadSafe testcase or suite > ------------------------------------------------------------------ > > Key: SUREFIRE-1093 > URL: https://jira.codehaus.org/browse/SUREFIRE-1093 > Project: Maven Surefire > Issue Type: New Feature > Components: Junit 4.7+ (parallel) support > Affects Versions: 2.17 > Reporter: Tibor Digana > Fix For: 2.18 > > Original Estimate: 3 days > Remaining Estimate: 3 days > > 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. -- This message was sent by Atlassian JIRA (v6.1.6#6162)