Skip to content

Commit

Permalink
Use a working MariaDB mirror for CI (#12253)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirkjan Bussink <[email protected]>
  • Loading branch information
dbussink authored Feb 7, 2023
1 parent 7d33d2f commit d2dc92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/test/endtoend/vreplication/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func downloadDBTypeVersion(dbType string, majorVersion string, path string) erro
url = "https://dev.mysql.com/get/Downloads/MySQL-8.0/" + versionFile
} else if dbType == "mariadb" && majorVersion == "10.10" {
versionFile = "mariadb-10.10.2-linux-systemd-x86_64.tar.gz"
url = "https://ftp.osuosl.org/pub/mariadb/mariadb-10.10.2/bintar-linux-systemd-x86_64/" + versionFile
url = "https://mirror.rackspace.com/mariadb/mariadb-10.10.2/bintar-linux-systemd-x86_64/" + versionFile
} else {
return fmt.Errorf("invalid/unsupported major version: %s for database: %s", majorVersion, dbType)
}
Expand Down

0 comments on commit d2dc92d

Please sign in to comment.