From 5e47924276b8cb50ccf24437bd10f2c83b05190a Mon Sep 17 00:00:00 2001 From: Slach Date: Mon, 6 Jan 2025 17:32:16 +0500 Subject: [PATCH] fixes for e2e tests old clickhouse-server versions for `AZBLOB_SAS`, fix https://github.com/Altinity/clickhouse-backup/issues/1060, fix https://github.com/Altinity/clickhouse-backup/issues/313 Signed-off-by: Slach --- test/integration/docker-compose.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/test/integration/docker-compose.yml b/test/integration/docker-compose.yml index b6df372d..535f363e 100644 --- a/test/integration/docker-compose.yml +++ b/test/integration/docker-compose.yml @@ -82,22 +82,6 @@ services: # https://github.com/Azure/Azurite/blob/main/README.md#usage-with-azure-storage-sdks-or-tools AZURE_STORAGE_CONNECTION_STRING: DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://azure:10000/devstoreaccount1; - mysql: - image: docker.io/mysql:${MYSQL_VERSION:-latest} - command: --gtid_mode=on --enforce_gtid_consistency=ON - hostname: mysql - environment: - MYSQL_ROOT_PASSWORD: "root" - ports: - - "3306" - volumes: - - mysql:/var/lib/mysql - healthcheck: - test: mysqladmin -p=root ping -h localhost - timeout: 10s - interval: 1s - retries: 100 - zookeeper: image: ${ZOOKEEPER_IMAGE:-docker.io/zookeeper}:${ZOOKEEPER_VERSION:-3.8.4} hostname: zookeeper