minio / mint

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

failure in aws-sdk-ruby #142

Closed nitisht closed 6 years ago

nitisht commented 6 years ago

aws-sdk-ruby fails with the log

{"name":"aws-sdk-ruby","function":"listBuckets()","args":{},"duration":31.82,"status":"PASS"}
{"name":"aws-sdk-ruby","function":"removeObjects(bucket_name)","args":{"bucket_name":"4ed81b3f25bc"},"duration":173.16,"error":"Failed to clean-up bucket '4ed81b3f25bc': undefined method `merge' for \"datafile-1-MB\":String","status":"FAIL"}
nitisht commented 6 years ago

fixed by https://github.com/minio/mint/pull/144