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

Jason Pyeron commented on WW-3633:
----------------------------------

this is nonsensical, I run maven in a loop, sometimes it works sometimes it 
does not:

[jpyeron@devserver21 xwork-core]$ while true; do date && mvn clean && mvn | 
grep -A 10 'Tests run' && mvn  test | grep -A
 10 'Tests run'; done
Sun May 22 15:41:57 EDT 2011
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building XWork: Core 2.3.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ xwork-core ---
[INFO] Deleting /home/jpyeron/strutswork/struts/struts2/trunk/xwork-core/target
[INFO]
[INFO] --- cobertura-maven-plugin:2.4:clean (default) @ xwork-core ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.709s
[INFO] Finished at: Sun May 22 15:42:13 EDT 2011
[INFO] Final Memory: 5M/12M
[INFO] ------------------------------------------------------------------------
Tests run: 657, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 280.527 sec 
<<< FAILURE!

Results :

Failed tests:
  
testNeedsReload(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderTest)
  
testEmptySpaces(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderTest)

Tests run: 657, Failures: 2, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:15.178s
[INFO] Finished at: Sun May 22 15:48:44 EDT 2011
[INFO] Final Memory: 17M/78M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on 
project xwork-core: There are test failures.
[ERROR]
Tests run: 657, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 234.236 sec

Results :

Tests run: 657, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:36.297s
[INFO] Finished at: Sun May 22 15:53:30 EDT 2011
[INFO] Final Memory: 12M/39M
[INFO] ------------------------------------------------------------------------
Sun May 22 15:53:31 EDT 2011
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building XWork: Core 2.3.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ xwork-core ---
[INFO] Deleting /home/jpyeron/strutswork/struts/struts2/trunk/xwork-core/target
[INFO]
[INFO] --- cobertura-maven-plugin:2.4:clean (default) @ xwork-core ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.047s
[INFO] Finished at: Sun May 22 15:53:57 EDT 2011
[INFO] Final Memory: 5M/12M
[INFO] ------------------------------------------------------------------------
Tests run: 657, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 290.332 sec

Results :

Tests run: 657, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3:jar (default-jar) @ xwork-core ---
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.4/maven-archiver-2.4.pom
Downloaded: 
http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.4/maven-archiver-2.4.pom
 (4 KB at 7.0 KB/sec)
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
Downloaded: 
http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
 (9 KB at 17.8 KB/sec)
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom
Downloaded: 
http://repo1.maven.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom
 (33 KB at 94.3 KB/sec)
Downloading: 
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-11/plexus-archiver-1.0-alpha-11.pom
Destroying 1 processes
Destroying process..
Destroyed 1 processes

[jpyeron@devserver21 xwork-core]$

> building trunk/xwork-core@1125860 fails test: 
> testNeedsReload(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderTest)
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WW-3633
>                 URL: https://issues.apache.org/jira/browse/WW-3633
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Other
>    Affects Versions: 2.3
>         Environment: jpyeron@reclaimed /projects/struts/struts2/trunk
> $ mvn -v
> Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
> Maven home: C:\Program Files\Apache Software Foundation\apache-maven-3.0.3
> Java version: 1.6.0_25, vendor: Sun Microsystems Inc.
> Java home: C:\Program Files\Java\jdk1.6.0_25\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows xp", version: "5.1", arch: "x86", family: "windows"
>            Reporter: Jason Pyeron
>         Attachments: repo.lst
>
>
> jpyeron@reclaimed /projects/struts/struts2/trunk
> $ svn info
> Path: .
> URL: http://svn.apache.org/repos/asf/struts/struts2/trunk
> Repository Root: http://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 1125860
> Node Kind: directory
> Schedule: normal
> Last Changed Author: lukaszlenart
> Last Changed Rev: 1103618
> Last Changed Date: 2011-05-16 02:19:33 -0400 (Mon, 16 May 2011)
> jpyeron@reclaimed /projects/struts/struts2/trunk
> $ cd /projects/struts/struts2/trunk/xwork-core/ && mvn clean && mvn && cd 
> /projects/struts/struts2/trunk/core/ && mvn clean && mvn
> <SNIP/>
> Results :
> Failed tests:
>   
> testNeedsReload(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderTest)
> Tests run: 657, Failures: 1, Errors: 0, Skipped: 0
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 1:58.641s
> [INFO] Finished at: Sat May 21 23:44:14 EDT 2011
> [INFO] Final Memory: 12M/53M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on 
> project xwork-core: There are test failures.
> [ERROR]
> [ERROR] Please refer to C:\Documents and Settings\All 
> Users\Desktop\projects\struts\struts2\trunk\xwork-core\target\surefire-reports
>  for the individual test results.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> is this similar to WW-2203 ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to