You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (JIRA)" <ji...@codehaus.org> on 2014/08/30 00:56:13 UTC

[jira] (SUREFIRE-1080) Use parallel and fork together run some tests multiple times

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

Tibor Digana commented on SUREFIRE-1080:
----------------------------------------

@Qingzhou Luo
Can you meanwhile test it with surefire-2.15.
Was the behavior same?

> Use parallel and fork together run some tests multiple times
> ------------------------------------------------------------
>
>                 Key: SUREFIRE-1080
>                 URL: https://jira.codehaus.org/browse/SUREFIRE-1080
>             Project: Maven Surefire
>          Issue Type: Bug
>         Environment: Apache Maven 3.2.2-SNAPSHOT
> Surefire 2.18-SNAPSHOT
> JUnit 4.11
>            Reporter: Qingzhou Luo
>         Attachments: test.tgz
>
>
> There are 9 tests in total in the attached project, and mvn test will show 9 tests run. When I use the command " mvn test  -Dparallel=classes -DforkCount=2   -DuseUnlimitedThreads=true", it shows 13 tests run (and sometimes 16), and some tests are run more than once.
> If I remove forkCount, or parallel, everything will be fine. But it is problematic when combining together.
> Apache Maven 3.2.2-SNAPSHOT
> Surefire 2.18-SNAPSHOT
> JUnit 4.11
> Thanks!



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)