minio / mint

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

Use uniqid() to generate randomName for buckets #208

Closed krisis closed 6 years ago

krisis commented 6 years ago

This will reduce the possibility of bucket names being same across mint runs on the same (object storage) endpoint.

Fixes #196