minio / mint

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

mc: test_put_object_error should fail to pass neg test. #155

Closed vadmeste closed 6 years ago

vadmeste commented 6 years ago

test_put_object_error wasn't failing. Now, pass a long object name (> 1024 characters) to trigger failure and satisfy negative test.

Fixes https://github.com/minio/mc/issues/2261

vadmeste commented 6 years ago

Closing. This PR https://github.com/minio/mc/pull/2262 will fix the issue differently.