From cb2d25ccf77586a613159283ee27b39ae1ae9c16 Mon Sep 17 00:00:00 2001 From: humengyu Date: Wed, 10 Apr 2024 21:39:30 +0800 Subject: [PATCH] Change cdc version to v6.5.2 --- .github/workflows/flink-stream-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flink-stream-test.yml b/.github/workflows/flink-stream-test.yml index 17eccbb8..8b16f788 100644 --- a/.github/workflows/flink-stream-test.yml +++ b/.github/workflows/flink-stream-test.yml @@ -25,7 +25,7 @@ jobs: run: curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh - name: deploy TiDB - run: /home/runner/.tiup/bin/tiup playground v6.5.8 --without-monitor & + run: /home/runner/.tiup/bin/tiup playground v6.5.2 --without-monitor & - name: deploy kafka run: | @@ -38,16 +38,16 @@ jobs: - name: deploy ticdc run: | - /home/runner/.tiup/bin/tiup cdc:v6.5.8 server --pd=http://localhost:2379 --log-file=/tmp/ticdc/ticdc.log --addr=0.0.0.0:8301 --advertise-addr=127.0.0.1:8301 --data-dir=/tmp/log/ticdc & + /home/runner/.tiup/bin/tiup cdc:v6.5.2 server --pd=http://localhost:2379 --log-file=/tmp/ticdc/ticdc.log --addr=0.0.0.0:8301 --advertise-addr=127.0.0.1:8301 --data-dir=/tmp/log/ticdc & sleep 10 - name: create cdc changefeed run: | - /home/runner/.tiup/bin/tiup cdc:v6.5.8 cli changefeed create --pd=http://127.0.0.1:2379 --sink-uri="kafka://127.0.0.1:9092/tidb_test?kafka-version=3.2.0&partition-num=1&max-message-bytes=67108864&replication-factor=1&protocol=default" + /home/runner/.tiup/bin/tiup cdc:v6.5.2 cli changefeed create --pd=http://127.0.0.1:2379 --sink-uri="kafka://127.0.0.1:9092/tidb_test?kafka-version=3.2.0&partition-num=1&max-message-bytes=67108864&replication-factor=1&protocol=default" sleep 10 - /home/runner/.tiup/bin/tiup cdc:v6.5.8 cli changefeed create --pd=http://127.0.0.1:2379 --sink-uri="kafka://127.0.0.1:9092/tidb_test_craft?kafka-version=3.2.0&partition-num=1&max-message-bytes=67108864&replication-factor=1&protocol=craft" + /home/runner/.tiup/bin/tiup cdc:v6.5.2 cli changefeed create --pd=http://127.0.0.1:2379 --sink-uri="kafka://127.0.0.1:9092/tidb_test_craft?kafka-version=3.2.0&partition-num=1&max-message-bytes=67108864&replication-factor=1&protocol=craft" sleep 10 - /home/runner/.tiup/bin/tiup cdc:v6.5.8 cli changefeed create --pd=http://127.0.0.1:2379 --sink-uri="kafka://127.0.0.1:9092/tidb_test_canal_json?kafka-version=3.2.0&partition-num=1&max-message-bytes=67108864&replication-factor=1&protocol=canal-json&enable-tidb-extension=true" + /home/runner/.tiup/bin/tiup cdc:v6.5.2 cli changefeed create --pd=http://127.0.0.1:2379 --sink-uri="kafka://127.0.0.1:9092/tidb_test_canal_json?kafka-version=3.2.0&partition-num=1&max-message-bytes=67108864&replication-factor=1&protocol=canal-json&enable-tidb-extension=true" - name: test flink-connector-1.14 stream run: mvn clean test-compile failsafe:integration-test failsafe:verify -B -am -pl flink/flink-1.14 -DIntegrationTestsGroup=io.tidb.bigdata.test.StreamIntegrationTest \ No newline at end of file