You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@codehaus.org> on 2011/01/03 10:59:58 UTC

[jira] Issue Comment Edited: (SUREFIRE-680) Printout Running TestSuite twice times

    [ http://jira.codehaus.org/browse/SUREFIRE-680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=250260#action_250260 ] 

Karl Heinz Marbaise edited comment on SUREFIRE-680 at 1/3/11 3:58 AM:
----------------------------------------------------------------------

What i missed is that the above happens with Maven 3.0.1 as well as Maven 2.2.1. The above output was produced by calling mvn clean test.

      was (Author: khmarbaise):
    What i missed is that the above happens with Maven 3.0.1 as well as Maven 2.2.1
  
> Printout Running TestSuite twice times
> --------------------------------------
>
>                 Key: SUREFIRE-680
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-680
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: TestNG support
>    Affects Versions: 2.7.1
>         Environment: ubunut
>            Reporter: Karl Heinz Marbaise
>
> I have a [project|https://github.com/khmarbaise/sapm] which contains Unit Tests in relationship with TestNG (5.14.6) and the maven surefire plugin (2.7.1) which produces the following output:
> {code}[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ sapm ---
> [INFO] Compiling 15 source files to /home/kama/ws-git/sapm/target/test-classes
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.7.1:test (default-test) @ sapm ---
> [INFO] Surefire report directory: /home/kama/ws-git/sapm/target/surefire-reports
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running TestSuite
> Running TestSuite
> Tests run: 225, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.332 sec
> Results :
> Tests run: 225, Failures: 0, Errors: 0, Skipped: 0
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 7.053s
> [INFO] Finished at: Mon Jan 03 10:31:32 CET 2011
> [INFO] Final Memory: 22M/147M
> [INFO] ------------------------------------------------------------------------
> {code}
> There you can see the doubled "Running TestSuite". I have checked that against maven-surefire plugin (version 2.6) which produces the same output except the double "Running TestSuite".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira