This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 33a3d73ed34 Pipe IT: adjust -DintegrationTest.forkCount &
-DDataNodeMaxHeapSize in pipe-it-2cluster.yml to provide more stable env
(#11504)
33a3d73ed34 is described below
commit 33a3d73ed34bcee3e2c42bdce3439c8e1a615c0a
Author: Steve Yurong Su <[email protected]>
AuthorDate: Thu Nov 9 16:14:09 2023 +0800
Pipe IT: adjust -DintegrationTest.forkCount & -DDataNodeMaxHeapSize in
pipe-it-2cluster.yml to provide more stable env (#11504)
---
.github/workflows/pipe-it-2cluster.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/pipe-it-2cluster.yml
b/.github/workflows/pipe-it-2cluster.yml
index 6d1b7283132..3563bcd6f5b 100644
--- a/.github/workflows/pipe-it-2cluster.yml
+++ b/.github/workflows/pipe-it-2cluster.yml
@@ -32,11 +32,11 @@ jobs:
fail-fast: false
max-parallel: 20
matrix:
- java: [11]
+ java: [17]
# StrongConsistencyClusterMode is ignored now because RatisConsensus
has not been supported yet.
cluster1: [LightWeightStandaloneMode, ScalableSingleNodeMode,
HighPerformanceMode]
cluster2: [LightWeightStandaloneMode, ScalableSingleNodeMode,
HighPerformanceMode]
- os: [ ubuntu-latest, windows-latest ]
+ os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
@@ -53,7 +53,7 @@ jobs:
mvn clean verify \
-P with-integration-tests \
-DskipUTs \
- -DintegrationTest.forkCount=3 -DConfigNodeMaxHeapSize=256
-DDataNodeMaxHeapSize=256 \
+ -DintegrationTest.forkCount=1 -DConfigNodeMaxHeapSize=256
-DDataNodeMaxHeapSize=768 \
-DClusterConfigurations=${{ matrix.cluster1 }},${{ matrix.cluster2
}} \
-pl integration-test \
-am -PMultiClusterIT2