From 614c13c1393128323dda7eef5ad710d6be39c58c Mon Sep 17 00:00:00 2001 From: Slach Date: Fri, 2 Aug 2024 17:34:58 +0400 Subject: [PATCH] rollback mcr.microsoft.com/azure-storage/azurite:latest --- test/integration/docker-compose.yml | 9 +++++---- test/integration/docker-compose_advanced.yml | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/test/integration/docker-compose.yml b/test/integration/docker-compose.yml index 7c4f7dd8..4eb60542 100644 --- a/test/integration/docker-compose.yml +++ b/test/integration/docker-compose.yml @@ -56,15 +56,16 @@ services: retries: 30 azure: - # todo rollback image when merge https://github.com/Azure/Azurite/pull/2443 - # image: mcr.microsoft.com/azure-storage/azurite:latest - image: docker.io/clickhousepro/azurite:latest + # todo need to blobKeepAliveTimeout, and merge https://github.com/Azure/Azurite/pull/2443 + image: mcr.microsoft.com/azure-storage/azurite:latest + # image: docker.io/clickhousepro/azurite:latest hostname: devstoreaccount1.blob.azure healthcheck: test: nc 127.0.0.1 10000 -z interval: 1s retries: 30 - command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "3600" ] + command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0" ] + # command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "3600" ] volumes: - azure:/data # environment: diff --git a/test/integration/docker-compose_advanced.yml b/test/integration/docker-compose_advanced.yml index b54d3613..bc3b755f 100644 --- a/test/integration/docker-compose_advanced.yml +++ b/test/integration/docker-compose_advanced.yml @@ -65,15 +65,16 @@ services: retries: 30 azure: - # todo rollback image when merge https://github.com/Azure/Azurite/pull/2443 - # image: mcr.microsoft.com/azure-storage/azurite:latest - image: docker.io/clickhousepro/azurite:latest + # todo need to blobKeepAliveTimeout, and merge https://github.com/Azure/Azurite/pull/2443 + image: mcr.microsoft.com/azure-storage/azurite:latest + # image: docker.io/clickhousepro/azurite:latest hostname: devstoreaccount1.blob.azure healthcheck: test: nc 127.0.0.1 10000 -z interval: 1s retries: 30 - command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "3600" ] + command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0" ] + # command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "3600" ] volumes: - azure:/data # environment: