This is an automated email from the ASF dual-hosted git repository.
sunchao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new a2b1f9b build: Show time duration for scala test (#116)
a2b1f9b is described below
commit a2b1f9bea381eb61355a16cd509e9383a0bf7abc
Author: advancedxy <[email protected]>
AuthorDate: Tue Feb 27 01:46:32 2024 +0800
build: Show time duration for scala test (#116)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index e46a49a..5a96eae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -641,6 +641,7 @@ under the License.
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
<filereports>SparkTestSuite.txt</filereports>
+ <stdout>D</stdout>
<stderr/>
<tagsToExclude>org.apache.comet.IntegrationTestSuite</tagsToExclude>
<argLine>-ea -Xmx4g -Xss4m ${extraJavaTestArgs}</argLine>