[
https://issues.apache.org/jira/browse/HBASE-19014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16205582#comment-16205582
]
Yu Li edited comment on HBASE-19014 at 10/16/17 8:36 AM:
---------------------------------------------------------
+1, we also observed such error in our unit test env which mess up our daily
test report.
Checked HBASE-18364 and the relative surefire jira SUREFIRE-1389, where I could
see below comment:
{noformat}
Your problem is that you think this is Ant regex
-Dtest='org.apache.hadoop.hbase.quotas.*'.
Try this -Dtest=%regex[org.apache.hadoop.hbase.quotas.*] and do not use simple
quotation marks.
{noformat}
So I don't think this should be a reason for us to block upgrading surefire
plugin version. Maybe some updated thoughts here? [~elserj] Thanks.
was (Author: carp84):
+1, we also observed such error in our unit test env which mass up our daily
test report.
Checked HBASE-18364 and the relative surefire jira SUREFIRE-1389, where I could
see below comment:
{noformat}
Your problem is that you think this is Ant regex
-Dtest='org.apache.hadoop.hbase.quotas.*'.
Try this -Dtest=%regex[org.apache.hadoop.hbase.quotas.*] and do not use simple
quotation marks.
{noformat}
So I don't think this should be a reason for us to block upgrading surefire
plugin version. Maybe some updated thoughts here? [~elserj] Thanks.
> surefire fails; When writing xml report stdout/stderr ... No such file or
> directory
> -----------------------------------------------------------------------------------
>
> Key: HBASE-19014
> URL: https://issues.apache.org/jira/browse/HBASE-19014
> Project: HBase
> Issue Type: Bug
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Fix For: 2.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7
>
>
> {code}
> 17:22:33 [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test
> (secondPartTestsExecution) on project hbase-server: ExecutionException:
> java.lang.RuntimeException: java.lang.RuntimeException:
> org.apache.maven.surefire.report.ReporterException: When writing xml report
> stdout/stderr: /tmp/stderr1114622923250399196deferred (No such file or
> directory) -> [Help 1]
> {code}
> It happens frequently on my jenkins...I update the surefire to 2.20.1, and
> then the failure doesn't happen again. see SUREFIRE-1239.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)