Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Wait for the minio-server to initialize before using it
This should help fix flakiness we're seeing with webresources where tests fail because we try to create the bucket before the minio server has initialized and therefore it causes test failures. This also adds a `set -e` so that if the command does still fail it should fail fast rather than after trying to run all the tests, and make it clearer where the error actually originates from Change-type: patch
- Loading branch information