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 11:50:12 UTC

[iotdb] branch bugfix/it-verify-notwork created (now 3e554aa58a)

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

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


      at 3e554aa58a Fix verfiy phase not working in integration-test

This branch includes the following new commits:

     new 3e554aa58a Fix verfiy phase not working in integration-test

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

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3e554aa58a357aceff924c0f9482011949ecc600
Author: Eric Pai <er...@hotmail.com>
AuthorDate: Tue Dec 13 19:50:07 2022 +0800

    Fix verfiy phase not working in integration-test
---
 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 3829a3131a..324f7e8ddd 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -184,7 +184,9 @@
                             <goal>verify</goal>
                         </goals>
                         <configuration>
-                            <skipTests>false</skipTests>
+                            <summaryFiles>
+                                <summaryFile>target/failsafe-reports/failsafe-summary-IT.xml</summaryFile>
+                            </summaryFiles>
                         </configuration>
                     </execution>
                 </executions>