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:26 UTC

[iotdb] branch cp-1.0/verify-notwork created (now 285c1370a4)

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

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


      at 285c1370a4 Fix verfiy phase not working in integration-test (#8436)

This branch includes the following new commits:

     new 285c1370a4 Fix verfiy phase not working in integration-test (#8436)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by er...@apache.org.
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>