HBASE-19014 surefire fails; When writing xml report stdout/stderr ... No such file or directory
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d59ed234 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d59ed234 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d59ed234 Branch: refs/heads/HBASE-18410 Commit: d59ed234ef0ba4f9c61961de306965ff39bec05f Parents: 8c6ddc1 Author: Chia-Ping Tsai <chia7...@gmail.com> Authored: Sat Oct 21 01:22:19 2017 +0800 Committer: Chia-Ping Tsai <chia7...@gmail.com> Committed: Sat Oct 21 01:29:38 2017 +0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/d59ed234/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8e1d7c7..d7cbca2 100755 --- a/pom.xml +++ b/pom.xml @@ -1488,7 +1488,7 @@ <rsgroup.test.jar>hbase-rsgroup-${project.version}-tests.jar</rsgroup.test.jar> <mapreduce.test.jar>hbase-mapreduce-${project.version}-tests.jar</mapreduce.test.jar> <shell-executable>bash</shell-executable> - <surefire.version>2.19.1</surefire.version> + <surefire.version>2.20.1</surefire.version> <surefire.provider>surefire-junit47</surefire.provider> <!-- default: run small & medium, medium with 2 threads --> <surefire.skipFirstPart>false</surefire.skipFirstPart>