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

ASF GitHub Bot commented on SUREFIRE-1239:
------------------------------------------

Github user Tibor17 commented on the issue:

    https://github.com/apache/maven-surefire/pull/137
  
    @jsdima 
    Long time I was thinking about deleting the class `ThreadedStreamConsumer`. 
It looks like old mechanism where data was populated from multiple 
`ForkStarter`s but this is no longer valid. Each method `ForkStarter#fork()` 
L532 already uses single Thread started by `executeCommandLineAsCallable()`. It 
means that `ThreadedStreamConsumer` the plugin does not benefit from the pumper 
and the blocking queue. WDYT?


> ExecutionException java.lang.RuntimeException: 
> org.apache.maven.surefire.report.ReporterException: When writing xml report 
> stdout/stderr (No such file or directory)
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SUREFIRE-1239
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1239
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.19.1
>            Reporter: Yoram Michaeli
>            Assignee: Tibor Digana
>
> Getting the following exception every few builds:
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on 
> project publisher-console: ExecutionException java.lang.RuntimeException: 
> org.apache.maven.surefire.report.ReporterException: When writing xml report 
> stdout/stderr: /tmp/stdout9186853534312229181deferred (No such file or 
> directory) -> [Help 1]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to