This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 8085e4c  HBASE-26244 Avoid trim the error stack trace when running UT 
with maven (#3654)
8085e4c is described below

commit 8085e4c5de030c8a18261545c44024d339513258
Author: chenglei <cheng...@apache.org>
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 <gjac...@apache.org>
    Signed-off-by: Duo Zhang <zhang...@apache.org>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 02b89ed..479517b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -584,6 +584,7 @@
           <configuration>
             <groups>${surefire.firstPartGroups}</groups>
             <failIfNoTests>false</failIfNoTests>
+            <trimStackTrace>false</trimStackTrace>
             <skip>${surefire.skipFirstPart}</skip>
             <forkCount>${surefire.firstPartForkCount}</forkCount>
             <reuseForks>false</reuseForks>

Reply via email to