Defining test sandbox in compose file allows testing against multi node swarm setup (#591)

* Defining test sandbox in compose file allows swapping with multi node swarm setup

* Test cases can request a multi node swarm cluster

* Docker healthchecks can be used for awaiting ready state

* Compose profiles can be used
This commit is contained in:
Frederik Ring
2025-06-06 17:46:25 +02:00
committed by GitHub
parent 1dafa12561
commit 06bb25c980
11 changed files with 53 additions and 51 deletions

0
test/secrets/.swarm Normal file
View File

View File

@@ -6,8 +6,6 @@ cd $(dirname $0)
. ../util.sh
current_test=$(basename $(pwd))
docker swarm init
printf "test" | docker secret create minio_root_user -
printf "GMusLtUmILge2by+z890kQ" | docker secret create minio_root_password -