minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
78 stars 50 forks source link

[Tests] Add a test to check health check status #283

Closed nitisht closed 5 years ago

nitisht commented 5 years ago

Minio exposes healthcheck data - https://github.com/minio/minio/tree/master/docs/metrics#healthcheck-probe.

Add a test to verify this endpoint

nitisht commented 5 years ago

fixed by #312