This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.4 by this push:
new a6da5fa HBASE-26244 Avoid trim the error stack trace when running UT
with maven (#3654)
a6da5fa is described below
commit a6da5fa0a25d618ff08c1b1612cf60abee74bb31
Author: chenglei <[email protected]>
AuthorDate: Wed Sep 1 15:17:05 2021 +0800
HBASE-26244 Avoid trim the error stack trace when running UT with maven
(#3654)
Signed-off-by: Geoffrey Jacoby <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 5bc05e8..3d90b69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -523,6 +523,7 @@
<!-- Generic testing configuration for all packages -->
<configuration>
<failIfNoTests>false</failIfNoTests>
+ <trimStackTrace>false</trimStackTrace>
<skip>${surefire.skipFirstPart}</skip>
<forkCount>${surefire.firstPartForkCount}</forkCount>
<reuseForks>false</reuseForks>