Skip to content

Commit

Permalink
test(ticdc): enable sequence test (#11023)
Browse files Browse the repository at this point in the history
close #11015
  • Loading branch information
CharlesCheung96 authored May 7, 2024
1 parent ec1db0c commit 894b36f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -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.
Expand Down Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion tests/integration_tests/sequence/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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! >>>>>>"

0 comments on commit 894b36f

Please sign in to comment.