minio / mint

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

aws-sdk-php `testMultipartUploadFailure` fails on GCS gateway #206

Closed krisis closed 6 years ago

krisis commented 6 years ago

The test fails on GCS gateway since part size validation is missing.

Running aws-sdk-php tests ... FAILED in 49 seconds
{
  "name": "aws-sdk-php",
  "function": "uploadPart ( array $params = [] )",
  "args": {
    "Bucket": "aws-sdk-php-bucket-14203",
    "Object": "obj1"
  },
  "duration": "6079",
  "status": "FAIL",
  "error": "Expected completeMultipartUpload to fail with EntityTooSmall"
}