You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@uniffle.apache.org by GitBox <gi...@apache.org> on 2022/08/05 04:04:53 UTC

[GitHub] [incubator-uniffle] jerqi commented on a diff in pull request #126: [JUnit] Introduce the property of trimStackTrace to show error stacktrace in mvn-test

jerqi commented on code in PR #126:
URL: https://github.com/apache/incubator-uniffle/pull/126#discussion_r938423212


##########
integration-test/common/pom.xml:
##########
@@ -144,6 +144,7 @@
                         <useFile>${test.redirectToFile}</useFile>
                         <argLine>-ea -Xmx3g</argLine>
                         <failIfNoTests>false</failIfNoTests>
+                        <trimStackTrace>${trimStackTrace}</trimStackTrace>

Review Comment:
   Why do we need this? Is it enough to change parent pom file? And why do we only modify common, mr, spark-common? How about spark2 and spark3?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org