minio / mint

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

Awscli and mc should handle tests where the behavior is different between Minio and S3 #166

Closed kannappanr closed 6 years ago

kannappanr commented 6 years ago

Mint has a negative functional test for Awscli and mc where the object name is /2123123\123\n. It will fail in Minio as the test expects it to. This is a valid object as far as AWS is concerned, so the object gets created and the test fails. We need to either skip the test in the case of AWS, or not include this test at all.

nitisht commented 6 years ago

With removal of the relevant test cases from mc/awscli, I think this issue is not applicable @kannappanr . If you agree we can close this issue

kannappanr commented 6 years ago

Yes, this issue can be closed