Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3F547D812 for ; Fri, 4 Jan 2013 16:41:40 +0000 (UTC) Received: (qmail 24297 invoked by uid 500); 4 Jan 2013 16:41:39 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 24257 invoked by uid 500); 4 Jan 2013 16:41:39 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 24249 invoked by uid 99); 4 Jan 2013 16:41:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 16:41:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.24.159] (HELO codehaus01.managed.contegix.com) (63.246.24.159) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 16:41:34 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 46EEDB06B0 for ; Fri, 4 Jan 2013 10:41:13 -0600 (CST) Date: Fri, 4 Jan 2013 10:41:13 -0600 (CST) From: "Michael Heuer (JIRA)" To: issues@maven.apache.org Message-ID: <651556702.28368.1357317673291.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> In-Reply-To: <179997807.27724.1357270393336.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> Subject: [jira] (SUREFIRE-948) Module with unit test failure does not match reactor summary MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/SUREFIRE-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=316727#comment-316727 ] Michael Heuer commented on SUREFIRE-948: ---------------------------------------- In this particular case, maven was run with the -rf option $ mvn clean install -rf :gl-service-spark Maven version 3.0.4, JDK version 1.6.0_37-b06-434, x86_64 or 1.7.0_10, x86_64 on OSX. > 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 > Priority: Critical > > 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