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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 0de891d  PHOENIX-5814 disable trimStackTrace
0de891d is described below

commit 0de891df809f16b83cd4f6713acc3cd8716d6fa0
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Apr 2 13:46:10 2020 +0200

    PHOENIX-5814 disable trimStackTrace
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index bd7eafb..53b0181 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,6 +169,7 @@
                             -Djava.security.egd=file:/dev/./urandom 
"-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"
 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/</argLine>
                         
<redirectTestOutputToFile>true</redirectTestOutputToFile>
                         <shutdown>kill</shutdown>
+                        <trimStackTraces>false</trimStackTraces>
                     </configuration>
                 </plugin>
                 <plugin>
@@ -186,6 +187,7 @@
                                 
<redirectTestOutputToFile>true</redirectTestOutputToFile>
                                 <shutdown>kill</shutdown>
                                 
<testSourceDirectory>${basedir}/src/it/java</testSourceDirectory>
+                                <trimStackTraces>false</trimStackTraces>
                             </configuration>
                             <goals>
                                 <goal>integration-test</goal>

Reply via email to