You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2020/04/02 18:20:58 UTC

[phoenix-connectors] branch master updated: PHOENIX-5814 disable trimStackTrace

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-connectors.git


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

commit 9faf2042873f184694d7e70dc911a3761815eb22
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Apr 2 13:59:23 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 8dc7d15..f24bdeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,6 +217,7 @@
                 <shutdown>kill</shutdown>
                 <testSourceDirectory>${basedir}/src/it/java</testSourceDirectory>
                 <groups>org.apache.phoenix.end2end.ParallelStatsEnabledTest</groups>
+                <trimStackTrace>false</trimStackTrace>
               </configuration>
               <goals>
                 <goal>integration-test</goal>
@@ -246,6 +247,7 @@
                 <shutdown>kill</shutdown>
                 <testSourceDirectory>${basedir}/src/it/java</testSourceDirectory>
                 <groups>org.apache.phoenix.end2end.ParallelStatsDisabledTest</groups>
+                <trimStackTrace>false</trimStackTrace>
               </configuration>
               <goals>
                 <goal>integration-test</goal>
@@ -264,6 +266,7 @@
                 <testSourceDirectory>${basedir}/src/it/java</testSourceDirectory>
                 <groups>org.apache.phoenix.end2end.HBaseManagedTimeTest</groups>
                 <shutdown>kill</shutdown>
+                <trimStackTrace>false</trimStackTrace>
               </configuration>
               <goals>
                 <goal>integration-test</goal>
@@ -374,6 +377,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>${test.output.tofile}</redirectTestOutputToFile>
           <shutdown>kill</shutdown>
+          <trimStackTrace>false</trimStackTrace>
         </configuration>
       </plugin>
       <!-- All projects create a test jar -->