[
http://jira.codehaus.org/browse/SUREFIRE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kristian Rosenvold closed SUREFIRE-640.
---------------------------------------
Resolution: Fixed
Fix Version/s: 2.7
Assignee: Kristian Rosenvold
Fixed several fairly obvious threading problems in r1030636.
> org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException:
> Error inside systemErr parser
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: SUREFIRE-640
> URL: http://jira.codehaus.org/browse/SUREFIRE-640
> Project: Maven Surefire
> Issue Type: Bug
> Affects Versions: 2.6
> Environment: Maven 2.2.1
> Reporter: Michael Hinterseher
> Assignee: Kristian Rosenvold
> Priority: Minor
> Fix For: 2.7
>
>
> Since update to Surefire 2.6 our CI server is breaking builds every now and
> then with:
> ...
> Results :
> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error while executing forked tests.; nested exception is
> org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException:
> Error inside systemErr parser
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> ...
> Up to now I was not able to reproduce the issue. It looks like a concurrency
> issue.
> Configuration:
> <configuration>
> <systemPropertyVariables>
>
> <net.sourceforge.cobertura.datafile>target/cobertura/cobertura.ser</net.sourceforge.cobertura.datafile>
>
> <java.awt.headless>true</java.awt.headless>
> </systemPropertyVariables>
>
> <redirectTestOutputToFile>true</redirectTestOutputToFile>
> </configuration>
> Probably due to 42 tests ;-)
--
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