You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by er...@apache.org on 2022/12/13 12:34:27 UTC

[iotdb] 01/01: Fix verfiy phase not working in integration-test (#8436)

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

ericpai pushed a commit to branch cp-1.0/verify-notwork
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 285c1370a4f44ce76eee1a37279ac9d52827102b
Author: BaiJian <er...@hotmail.com>
AuthorDate: Tue Dec 13 20:31:12 2022 +0800

    Fix verfiy phase not working in integration-test (#8436)
---
 integration-test/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index e5e1387374..3c7171dc10 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -179,7 +179,9 @@
                             <goal>verify</goal>
                         </goals>
                         <configuration>
-                            <skipTests>false</skipTests>
+                            <summaryFiles>
+                                <summaryFile>target/failsafe-reports/failsafe-summary-IT.xml</summaryFile>
+                            </summaryFiles>
                         </configuration>
                     </execution>
                 </executions>