Skip to content

Commit 862f1e7

Browse files
committed
chore: replace deprecated PingCAP download domains
1 parent 5b9194b commit 862f1e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integration_tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you need to specify a version, os or arch, you can use, for example: `make pr
2020
* [jq](https://stedolan.github.io/jq/)
2121
* [minio](https://github.com/minio/minio)
2222

23-
> 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).
23+
> 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).
2424
2525
2. These are programs/packages need be installed manually.
2626
* [mysql](https://dev.mysql.com/doc/mysql-installation-excerpt/5.7/en/) (the MySQL cli client,

tests/scripts/download-integration-test-binaries.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ download_community_binaries() {
7373
local dist="${VERSION}-${OS}-${ARCH}"
7474
local tidb_file_name="tidb-community-server-$dist"
7575
local tidb_tar_name="${tidb_file_name}.tar.gz"
76-
local tidb_url="https://download.pingcap.org/$tidb_tar_name"
76+
local tidb_url="https://download.pingcap.com/$tidb_tar_name"
7777
local toolkit_file_name="tidb-community-toolkit-$dist"
7878
local toolkit_tar_name="${toolkit_file_name}.tar.gz"
79-
local toolkit_url="https://download.pingcap.org/$toolkit_tar_name"
79+
local toolkit_url="https://download.pingcap.com/$toolkit_tar_name"
8080

8181
log_green "Downloading community binaries..."
8282
download_file "$tidb_url" "$tidb_tar_name" "${TMP_DIR}/$tidb_tar_name"

0 commit comments

Comments
 (0)