This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch test-iotv2-table-model in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 00f7972745aa434ffa06cc1ecd6e750c9c886e27 Author: Steve Yurong Su <[email protected]> AuthorDate: Tue Nov 26 12:25:40 2024 +0800 Pipe IT: table model tests for consensus pipes × user pipes --- .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 7c2143d6d2c..e819724ea42 100644 --- a/.github/workflows/pipe-it-2cluster.yml +++ b/.github/workflows/pipe-it-2cluster.yml @@ -249,7 +249,7 @@ jobs: matrix: java: [17] # StrongConsistencyClusterMode is ignored now because RatisConsensus has not been supported yet. - cluster: [LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode] + cluster: [LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode, PipeConsensusBatchMode, PipeConsensusStreamMode] os: [ ubuntu-latest ] runs-on: ${{ matrix.os }} steps:
