未验证 提交 fe983ed8 编写于 作者: X Xiangdong Huang 提交者: GitHub

[IOTDB-1429]fix failsafe-plugin not report failures issue (#3374)

* fix failsafe-plugin not report failures issue
* Fix EnvScriptIT on Windows
Co-authored-by: NHTHou <hhaonan@outlook.com>
上级 f6c4162e
......@@ -58,4 +58,4 @@ jobs:
- name: TestContainer
run: |
mvn -B integration-test -pl testcontainer
mvn -B -T 4 integration-test -pl testcontainer
......@@ -59,7 +59,7 @@ jobs:
-Dbranch=$BRANCH_NAME \
-DpullRequest=$PR_NUMBER \
-DrepoToken=${{ secrets.COVERALL_TOKEN }} \
-Pcode-coverage
-Pcode-coverage -P '!testcontainer'
- name: SonarCloud Report
if: ${{ success() && (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'apache/iotdb' || github.event_name == 'push')}}
env:
......@@ -71,4 +71,4 @@ jobs:
-Dsonar.projectKey=apache_incubator-iotdb \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.login=${{ secrets.SONARCLOUD_TOKEN }} \
-DskipTests -pl '!distribution' -am
-DskipTests -pl '!distribution' -P '!testcontainer' -am
......@@ -96,6 +96,7 @@
<phase>integration-test</phase>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
......
......@@ -189,6 +189,7 @@
<phase>integration-test</phase>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
......
......@@ -73,6 +73,7 @@
<phase>integration-test</phase>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
......
......@@ -197,6 +197,7 @@
<phase>integration-test</phase>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
......
......@@ -134,6 +134,7 @@
<phase>integration-test</phase>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
......
......@@ -159,6 +159,7 @@
<phase>integration-test</phase>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
......
......@@ -1413,6 +1413,7 @@
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
......
......@@ -224,6 +224,7 @@
<phase>integration-test</phase>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
......
......@@ -126,5 +126,5 @@ IF "%1" equ "printgc" (
@REM Maximum heap size
@REM set MAX_HEAP_SIZE=2G
echo If you want to change this configuration, please check conf/iotdb-env.sh(Unix or OS X, if you use Windows, check conf/iotdb-env.bat).
echo Maximum memory allocation pool = %MAX_HEAP_SIZE%, initial memory allocation pool = %HEAP_NEWSIZE%
\ No newline at end of file
echo Maximum memory allocation pool = %MAX_HEAP_SIZE%, initial memory allocation pool = %HEAP_NEWSIZE%
echo If you want to change this configuration, please check conf/iotdb-env.sh(Unix or OS X, if you use Windows, check conf/iotdb-env.bat).
\ No newline at end of file
......@@ -114,6 +114,7 @@
<phase>integration-test</phase>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
......
......@@ -54,6 +54,7 @@
<phase>integration-test</phase>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
......
......@@ -148,6 +148,7 @@
<phase>integration-test</phase>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
......
......@@ -115,6 +115,7 @@
<phase>integration-test</phase>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册