HBASE-26244 Avoid trim the error stack trace when running UT with maven (#3654)
Signed-off-by: Geoffrey Jacoby <gjacoby@apache.org> Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
8be2ad2d42
commit
51233c3c9b
1
pom.xml
1
pom.xml
@ -584,6 +584,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<groups>${surefire.firstPartGroups}</groups>
|
<groups>${surefire.firstPartGroups}</groups>
|
||||||
<failIfNoTests>false</failIfNoTests>
|
<failIfNoTests>false</failIfNoTests>
|
||||||
|
<trimStackTrace>false</trimStackTrace>
|
||||||
<skip>${surefire.skipFirstPart}</skip>
|
<skip>${surefire.skipFirstPart}</skip>
|
||||||
<forkCount>${surefire.firstPartForkCount}</forkCount>
|
<forkCount>${surefire.firstPartForkCount}</forkCount>
|
||||||
<reuseForks>false</reuseForks>
|
<reuseForks>false</reuseForks>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user