Skip to content

Commit

Permalink
test(ticdc): enable sequence test (#11023) (#11039)
Browse files Browse the repository at this point in the history
close #11015
  • Loading branch information
ti-chi-bot authored May 21, 2024
1 parent a0bd689 commit 03c46f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/download-integration-test-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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:-v7.5.2}
# 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.
Expand Down Expand Up @@ -130,7 +130,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"

Expand Down

0 comments on commit 03c46f7

Please sign in to comment.