minio / mint

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

Fix log parsing to check for lowercase fail in status #235

Closed nitisht closed 6 years ago

nitisht commented 6 years ago

Fixes #233

While https://github.com/minio/minio-go/pull/865 updates the minio-go logs to print FAIL as status instead of fail, to avoid further issues, we should check for both values in Mint as well.

nitisht commented 6 years ago

@kannappanr PR is updated, please check