[ 
https://issues.apache.org/jira/browse/SUREFIRE-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15071787#comment-15071787
 ] 

Hudson commented on SUREFIRE-1209:
----------------------------------

UNSTABLE: Integrated in maven-surefire #1538 (See 
[https://builds.apache.org/job/maven-surefire/1538/])
[SUREFIRE-1209] added surefire-junit4 support (tibor17: rev 
fd3ed68a155d83e96c0d63764a24da1bb46c95a9)
* 
surefire-integration-tests/src/test/resources/surefire-1209-rerun-and-forkcount/pom.xml
* 
surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1209RerunAndForkCountIT.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)

Reply via email to