From e9f061d7a0898b066e3c6e271294672cae36f6d6 Mon Sep 17 00:00:00 2001 From: CharlesCheung96 Date: Mon, 6 May 2024 12:17:14 +0800 Subject: [PATCH 1/2] enable sequence test --- scripts/download-integration-test-binaries.sh | 4 ++-- tests/integration_tests/sequence/run.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/download-integration-test-binaries.sh b/scripts/download-integration-test-binaries.sh index 8ba1f22aae9..0c81f79403a 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:-master} # 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 32cc7b64b5f..3bc45696b37 100755 --- a/tests/integration_tests/sequence/run.sh +++ b/tests/integration_tests/sequence/run.sh @@ -47,6 +47,6 @@ function run() { } trap stop_tidb_cluster EXIT -# run $* +run $* check_logs $WORK_DIR echo "[$(date)] <<<<<< run test case $TEST_NAME success! >>>>>>" From 3bdd6915f4d64ba9eb399e3678bd2c0e2573706a Mon Sep 17 00:00:00 2001 From: CharlesCheung96 Date: Mon, 6 May 2024 17:00:32 +0800 Subject: [PATCH 2/2] fix --- scripts/download-integration-test-binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download-integration-test-binaries.sh b/scripts/download-integration-test-binaries.sh index 0c81f79403a..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:-master} +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.