You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2017/02/14 01:20:41 UTC

[jira] [Commented] (SUREFIRE-1333) Process pending events from forked process after exited and then finish forked Thread.

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

Hudson commented on SUREFIRE-1333:
----------------------------------

SUCCESS: Integrated in Jenkins build maven-surefire #1674 (See [https://builds.apache.org/job/maven-surefire/1674/])
[SUREFIRE-1333] Process pending events from forked process after exited (tibor17: [http://git-wip-us.apache.org/repos/asf/?p=maven-surefire.git&a=commit&h=179abbf026902e44b1d95f7ef41b69bdb24434df])
* (edit) maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/output/ThreadedStreamConsumer.java


> Process pending events from forked process after exited and then finish forked Thread.
> --------------------------------------------------------------------------------------
>
>                 Key: SUREFIRE-1333
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1333
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: process forking
>            Reporter: Tibor Digana
>            Assignee: Tibor Digana
>             Fix For: 2.19.2
>
>
> It is a fix after Jenkins build failure:
> https://builds.apache.org/job/maven-surefire/org.apache.maven.surefire$surefire-integration-tests/1673/testReport/junit/org.apache.maven.surefire.its/ConsoleOutputIT/largerSoutThanMemory/
> The events go to Queue from std/out of forked JVM. The events are processed asynchronously. Processing of them should prolong #close() method in ThreadedStreamConsumer. Max 5 minutes timeout.
> This should prevent from particular exit when heavily a lot of console logs is printed by forked Test set.
> [ERROR] Process Exit Code: 0
> [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?



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