Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/integration_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you need to specify a version, os or arch, you can use, for example: `make pr
* [jq](https://stedolan.github.io/jq/)
* [minio](https://github.com/minio/minio)

> You could download these binaries by yourself from [tidb-community-toolkit](https://download.pingcap.org/tidb-community-toolkit-v6.0.0-linux-amd64.tar.gz) and [tidb-community-server](https://download.pingcap.org/tidb-community-server-v6.0.0-linux-amd64.tar.gz).
> You could download these binaries by yourself from [tidb-community-toolkit](https://download.pingcap.com/tidb-community-toolkit-v6.0.0-linux-amd64.tar.gz) and [tidb-community-server](https://download.pingcap.com/tidb-community-server-v6.0.0-linux-amd64.tar.gz).
Comment thread
wuhuizuo marked this conversation as resolved.
Outdated

2. These are programs/packages need be installed manually.
* [mysql](https://dev.mysql.com/doc/mysql-installation-excerpt/5.7/en/) (the MySQL cli client,
Expand Down
4 changes: 2 additions & 2 deletions tests/scripts/download-integration-test-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ download_community_binaries() {
local dist="${VERSION}-${OS}-${ARCH}"
local tidb_file_name="tidb-community-server-$dist"
local tidb_tar_name="${tidb_file_name}.tar.gz"
local tidb_url="https://download.pingcap.org/$tidb_tar_name"
local tidb_url="https://download.pingcap.com/$tidb_tar_name"
local toolkit_file_name="tidb-community-toolkit-$dist"
local toolkit_tar_name="${toolkit_file_name}.tar.gz"
local toolkit_url="https://download.pingcap.org/$toolkit_tar_name"
local toolkit_url="https://download.pingcap.com/$toolkit_tar_name"
Comment thread
wuhuizuo marked this conversation as resolved.

log_green "Downloading community binaries..."
download_file "$tidb_url" "$tidb_tar_name" "${TMP_DIR}/$tidb_tar_name"
Expand Down
Loading