Michael Heuer created SUREFIRE-948:
--------------------------------------

             Summary: Module with unit test failure does not match reactor 
summary
                 Key: SUREFIRE-948
                 URL: https://jira.codehaus.org/browse/SUREFIRE-948
             Project: Maven Surefire
          Issue Type: Bug
          Components: Maven Surefire Plugin
    Affects Versions: 2.13
            Reporter: Michael Heuer


Since moving from 2.12.4 to 2.13 we have started to notice an occasional 
mismatch between a module with a unit test failure and the failed module 
reactor summary.

$ mvn install
...
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking gl-oauth-apache 1.0-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
...
[INFO] --- maven-surefire-plugin:2.13:test (default-test) @ gl-oauth-apache ---
[INFO] Surefire report directory: 
/Users/xxx/working/genotype-list-trunk/gl-oauth-group/gl-oauth-apache/target/surefire-reports
...
Failed tests: 
  AccessTokenDetailsTest.testTokenValidateResponse:41->checkToAndFromString:51 
expected:<12344> but was:<12345>

Tests run: 7, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] gl-service-spark .................................. SUCCESS [5.579s]
[INFO] gl-service-explorer ............................... SUCCESS [0.648s]
[INFO] gl-service-webapp ................................. SUCCESS [1.300s]
[INFO] gl-service-webroot ................................ SUCCESS [0.357s]
[INFO] gl-service-functional-tests ....................... SUCCESS [17.700s]
[INFO] gl-service-performance-tests ...................... SUCCESS [0.738s]
[INFO] gl-client ......................................... SUCCESS [1:02.566s]
[INFO] gl-client-functional-tests ........................ SUCCESS [15.716s]
[INFO] gl-tools .......................................... FAILURE [6.031s]
[INFO] gl-web ............................................ SKIPPED
[INFO] gl-oauth-group .................................... SKIPPED
[INFO] gl-oauth-apache ................................... SKIPPED
[INFO] toy-portal ........................................ SKIPPED
[INFO] toy-rest-app ...................................... SKIPPED
[INFO] glsw-oauth ........................................ SKIPPED
[INFO] gl-jetty .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
...
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.13:test (default-test) on 
project gl-oauth-apache: There are test failures.


We have logged an issue here
http://code.google.com/p/genotype-list/issues/detail?id=70

and will be working on replicating the issue in a test case project.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to