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 011e4011d16 Pipe IT: remove StrongConsistencyClusterMode tests from
manual-create-schema IT (#12292)
011e4011d16 is described below
commit 011e4011d16bbb49f50d6c45e4b3aa1e0799de38
Author: Steve Yurong Su <[email protected]>
AuthorDate: Wed Apr 3 17:40:55 2024 +0800
Pipe IT: remove StrongConsistencyClusterMode tests from
manual-create-schema IT (#12292)
---
.github/workflows/pipe-it-2cluster.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pipe-it-2cluster.yml
b/.github/workflows/pipe-it-2cluster.yml
index 7d301d55750..a3a95fec481 100644
--- a/.github/workflows/pipe-it-2cluster.yml
+++ b/.github/workflows/pipe-it-2cluster.yml
@@ -72,7 +72,7 @@ jobs:
java: [17]
# StrongConsistencyClusterMode is ignored now because RatisConsensus
has not been supported yet.
cluster1: [LightWeightStandaloneMode, ScalableSingleNodeMode,
HighPerformanceMode]
- cluster2: [LightWeightStandaloneMode, ScalableSingleNodeMode,
HighPerformanceMode, StrongConsistencyClusterMode]
+ cluster2: [LightWeightStandaloneMode, ScalableSingleNodeMode,
HighPerformanceMode]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps: