You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (JIRA)" <ji...@apache.org> on 2017/03/06 21:42:33 UTC

[jira] [Comment Edited] (SUREFIRE-1304) VM crash when using reportsDirectory pointing to parent module and maven parallel build

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

Tibor Digana edited comment on SUREFIRE-1304 at 3/6/17 9:41 PM:
----------------------------------------------------------------

[~davidj-okta]
Pls  do not use the branch 2.19.2-experimental . 
We are trying to isolate one issue and avoid some side effects and trying to understand why forked JVM hangs in Surefire but works fine in another test application on the same platform. The ITs are intended to fail.


was (Author: tibor17):
[~davidj-okta]
Pls  do not use the branch 2.19.2-experimental . 
We are trying to isolate one issue and avoid some side effects and trying to understand why forked JVM hangs in Surefire but works file in another test application on the same platform. The ITs are intended to fail.

> VM crash when using reportsDirectory pointing to parent module and maven parallel build
> ---------------------------------------------------------------------------------------
>
>                 Key: SUREFIRE-1304
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1304
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.19.1
>         Environment: windows 7 x86 64
>            Reporter: Jérôme Van Der Linden
>            Assignee: Tibor Digana
>            Priority: Critical
>             Fix For: Backlog
>
>
> In my parent pom, i've configured the surefire plugin with
> {{<reportsDirectory>$\{basedir}/../surefire-reports</reportsDirectory>}}
> So that all reports go to the parent folder (i have one parent module with n submodules just below). I need to centralize all reports from all modules in order to use another tool on them.
> If i do this and use *mvn -T 1C* to use parallel build, i have the following error :
> {{The forked VM terminated without saying properly goodbye. VM crash or System.exit called}}
> If i remove the reportsDirectory, no more problem, but all reports stay in submodules... I could use an ant task to copy files at the end of tests but it sucks...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)