minio / mint

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

[awscli] Should stop the execution incase of a test case failure #298

Closed Praveenrajmani closed 5 years ago

Praveenrajmani commented 5 years ago

This PR fixes

s3 image

minio image

And the reason for removing the unwanted test case is because

We already do a delete-object https://github.com/minio/mint/blob/c5035ea2fa7f979a98f6a961d8ecc1ce77611672/run/core/awscli/test.sh#L228, We should expect a 400.

And we already have similar head-object test https://github.com/minio/mint/blob/c5035ea2fa7f979a98f6a961d8ecc1ce77611672/run/core/awscli/test.sh#L246.

Fixes #296