minio / mint

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

minio-py fails on azure gateway #192

Closed balamurugana closed 6 years ago

balamurugana commented 6 years ago

While running mint against azure gateway below an error

Running minio-py tests ... FAILED in 24 seconds
{ 
  "message": null,
  "name": "minio-py",
  "args": {
    "prefix": "",
    "bucket_name": "7bcd8904-6319-4f51-afc2-087c7698565a"
  },
  "error": null,
  "status": "PASS",
  "description": "Tests get_bucket_policy api",
  "function": "get_bucket_policy(bucket_name, prefix)",
  "duration": 0.08,
  "alert": null
}
ebozduman commented 6 years ago

Fix for issue #200 will also fix this issue.

nitisht commented 6 years ago

fixed by https://github.com/minio/minio-py/pull/587