minio / mint

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

aws-sdk-ruby fails on azure gateway #188

Closed balamurugana closed 6 years ago

balamurugana commented 6 years ago

While running mint against azure gateway throws below error

Running aws-sdk-ruby tests ... FAILED in 4 seconds
{ 
  "name": "aws-sdk-ruby",
  "function": "makeBucket(bucket_name)",
  "args": {
    "bucket_name": "02069eae03d1"
  },
  "duration": 2213.48,
  "error": "We encountered an internal error, please try again.",
  "status": "FAIL"
}

It seems the test is doing make bucket immediately after deleting same bucket previously created. This is not allowed in Azure.