Skip to content

Commit

Permalink
[BUG] org.opensearch.repositories.s3.RepositoryS3ClientYamlTestSuiteI…
Browse files Browse the repository at this point in the history
…T/test {yaml=repository_s3/20_repository_permanent_credentials/Snapshot and Restore with repository-s3 using permanent credentials} flaky

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Nov 21, 2022
1 parent 66c5448 commit ecbd52d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/minio-fixture/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM minio/minio:RELEASE.2022-06-25T15-50-16Z
FROM minio/minio:RELEASE.2022-11-17T23-20-09Z

ARG bucket
ARG accessKey
Expand Down
24 changes: 24 additions & 0 deletions test/fixtures/minio-fixture/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ services:
soft: 4096
ports:
- "9000"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s
timeout: 20s
retries: 3
volumes:
- type: tmpfs
target: /minio/data
command: ["server", "--console-address", ":9001", "/minio/data"]
minio-fixture-other:
build:
Expand All @@ -29,6 +37,14 @@ services:
soft: 4096
ports:
- "9000"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s
timeout: 20s
retries: 3
volumes:
- type: tmpfs
target: /minio/data
command: ["server", "--console-address", ":9001", "/minio/data"]
minio-fixture-for-snapshot-tool:
build:
Expand All @@ -44,4 +60,12 @@ services:
soft: 4096
ports:
- "9000"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s
timeout: 20s
retries: 3
volumes:
- type: tmpfs
target: /minio/data
command: ["server", "--console-address", ":9001", "/minio/data"]

0 comments on commit ecbd52d

Please sign in to comment.