minio / mint

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

Fix minio-go tests as per the latest changes in minio-go library. #68

Closed nitisht closed 7 years ago

nitisht commented 7 years ago

Minio-go introduced new api and changed copy objects api (https://github.com/minio/minio-go/commit/129fe893b2ac95d322d531b7029981f71c351e53).

This broke mint tests. The PR updates mint minio-go tests as per minio-go SDK.

Note: Once https://github.com/minio/minio-go/pull/727 is merged. Mint will be updated to pull tests from minio-go SDK and we'll not maintain multiple copies of the minio-go SDK tests.

nitisht commented 7 years ago

Amended the previous commit. @harshavardhana

nitisht commented 7 years ago

@krisis could you pls take a look.