[
https://issues.apache.org/jira/browse/SUREFIRE-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15065482#comment-15065482
]
Hudson commented on SUREFIRE-1209:
----------------------------------
SUCCESS: Integrated in maven-surefire #1533 (See
[https://builds.apache.org/job/maven-surefire/1533/])
[SUREFIRE-1209] rerunFailingTestsCount does not run failed tests if (tibor17:
rev 7ad21fd1f1d66f40dd8805f95048876925837c76)
*
surefire-booter/src/main/java/org/apache/maven/surefire/booter/LazyTestsToRun.java
> rerunFailingTestsCount does not run failed tests if forkCount and
> surefire-junit47 is used
> ------------------------------------------------------------------------------------------
>
> Key: SUREFIRE-1209
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1209
> Project: Maven Surefire
> Issue Type: Bug
> Components: Junit 4.7+ (parallel) support
> Affects Versions: 2.19
> Reporter: Tibor Digana
> Assignee: Tibor Digana
> Fix For: 2.19.1
>
>
> The rerun won't be executed with plugin configuration
> {code}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-surefire-plugin</artifactId>
> <version>2.19</version>
> <configuration>
> <forkCount>2</forkCount>
> <rerunFailingTestsCount>3</rerunFailingTestsCount>
> </configuration>
> <dependencies>
> <dependency>
> <groupId>org.apache.maven.surefire</groupId>
> <artifactId>surefire-junit47</artifactId>
> <version>2.19</version>
> </dependency>
> </dependencies>
> </plugin>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)