From 299703e05932fae47116ddc8fcf22bdcb4e98ea7 Mon Sep 17 00:00:00 2001 From: CharlesCheung <61726649+CharlesCheung96@users.noreply.github.com> Date: Tue, 7 May 2024 14:53:37 +0800 Subject: [PATCH] This is an automated cherry-pick of #11023 Signed-off-by: ti-chi-bot --- scripts/download-integration-test-binaries.sh | 4 ++-- tests/integration_tests/sequence/run.sh | 6 ++++++ 2 files changed, 8 insertions(+), 2 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..9437cf548b0 100755 --- a/tests/integration_tests/sequence/run.sh +++ b/tests/integration_tests/sequence/run.sh @@ -47,8 +47,14 @@ function run() { } trap stop_tidb_cluster EXIT +<<<<<<< HEAD # 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! >>>>>>" +>>>>>>> 894b36f00f (test(ticdc): enable sequence test (#11023))