From d40018ffe07b288952b786f119bb70994f73f7f0 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Tue, 7 May 2024 17:01:09 +0800 Subject: [PATCH] test(ticdc): enable sequence test (#11023) (#11040) close pingcap/tiflow#11015 --- scripts/download-integration-test-binaries.sh | 4 ++-- tests/integration_tests/sequence/run.sh | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/scripts/download-integration-test-binaries.sh b/scripts/download-integration-test-binaries.sh index 8ba1f22aae9..d5f0bba5984 100755 --- a/scripts/download-integration-test-binaries.sh +++ b/scripts/download-integration-test-binaries.sh @@ -27,7 +27,7 @@ branch=${1:-master} # binaries. community=${2:-false} # Specify which version of the community binaries that will be utilized. -ver=${3:-v6.5.2} +ver=${3:-v8.1.0} # Specify which os that will be used to pack the binaries. os=${4:-linux} # Specify which architecture that will be used to pack the binaries. @@ -127,7 +127,7 @@ function download_binaries() { minio_download_url="${file_server_url}/download/minio.tar.gz" go_ycsb_download_url="${file_server_url}/download/builds/pingcap/go-ycsb/test-br/go-ycsb" etcd_download_url="${file_server_url}/download/builds/pingcap/cdc/etcd-v3.4.7-linux-amd64.tar.gz" - sync_diff_inspector_url="${file_server_url}/download/builds/pingcap/cdc/sync_diff_inspector_hash-d671b084_linux-amd64.tar.gz" + sync_diff_inspector_url="${file_server_url}/download/builds/pingcap/cdc/sync_diff_inspector_hash-79f1fd1e_linux-amd64.tar.gz" jq_download_url="${file_server_url}/download/builds/pingcap/test/jq-1.6/jq-linux64" schema_registry_url="${file_server_url}/download/builds/pingcap/cdc/schema-registry.tar.gz" diff --git a/tests/integration_tests/sequence/run.sh b/tests/integration_tests/sequence/run.sh index da7769cfa1b..3bc45696b37 100755 --- a/tests/integration_tests/sequence/run.sh +++ b/tests/integration_tests/sequence/run.sh @@ -47,8 +47,6 @@ function run() { } trap stop_tidb_cluster EXIT -# FIXME: re-enable the case later. -# run $* -# check_logs $WORK_DIR -# echo "[$(date)] <<<<<< run test case $TEST_NAME success! >>>>>>" -echo "case $TEST_NAME is skipped" +run $* +check_logs $WORK_DIR +echo "[$(date)] <<<<<< run test case $TEST_NAME success! >>>>>>"