[ https://issues.apache.org/jira/browse/SUREFIRE-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15788140#comment-15788140 ]
ASF GitHub Bot commented on SUREFIRE-1239: ------------------------------------------ Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/137 @jsdima The constructor of `BlockingQueue` takes capacity of 2xE09 which practically means no limitation. The only operation which can block is `queue.take()`. What call sequences may cause that the `ForkClient` hangs? > 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)