You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/12/19 17:52:46 UTC

[jira] [Commented] (SUREFIRE-1209) rerunFailingTestsCount does not run failed tests if forkCount and surefire-junit47 is used

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

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

FAILURE: Integrated in maven-surefire #1532 (See [https://builds.apache.org/job/maven-surefire/1532/])
[SUREFIRE-1209] rerunFailingTestsCount does not run failed tests if (tibor17: rev 63963d6761cd7d716ed306f4f12b5a75d3657595)
* surefire-api/src/main/java/org/apache/maven/surefire/util/TestsToRun.java
* surefire-booter/src/test/java/org/apache/maven/surefire/booter/CommandReaderTest.java
* surefire-providers/surefire-junit47/src/main/java/org/apache/maven/surefire/junitcore/JUnitCoreWrapper.java
* surefire-integration-tests/src/test/resources/surefire-1209-rerun-and-forkcount/src/test/java/pkg/BTest.java
* surefire-integration-tests/src/test/resources/surefire-1209-rerun-and-forkcount/src/test/java/pkg/ETest.java
* surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1209RerunAndForkCountIT.java
* surefire-integration-tests/src/test/resources/surefire-1209-rerun-and-forkcount/src/test/java/pkg/ATest.java
* surefire-integration-tests/src/test/resources/surefire-1209-rerun-and-forkcount/pom.xml
* surefire-booter/src/main/java/org/apache/maven/surefire/booter/LazyTestsToRun.java
* surefire-api/src/test/java/org/apache/maven/surefire/util/TestsToRunTest.java
* surefire-integration-tests/src/test/resources/surefire-1209-rerun-and-forkcount/src/test/java/pkg/DTest.java
* surefire-integration-tests/src/test/resources/surefire-1209-rerun-and-forkcount/src/test/java/pkg/CTest.java
* surefire-api/src/main/java/org/apache/maven/surefire/booter/CommandReader.java
* maven-surefire-plugin/src/site/apt/examples/rerun-failing-tests.apt.vm


> 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)