minio / mint

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

add listobject test #268

Closed halfcrazy closed 6 years ago

halfcrazy commented 6 years ago

block until minio-dotnet has a new release.

harshavardhana commented 6 years ago

@halfcrazy would you be able to complete this PR ? If not @nitisht shall we complete this PR and take it in ?

halfcrazy commented 6 years ago

@harshavardhana done.

kannappanr commented 6 years ago

@halfcrazy Travis is failing.

(1/12) Running aws-sdk-go tests ... FAILED in 1 seconds
{
  "alert": "",
  "args": {
    "bucketName": "aws-sdk-go-test-64alsbtblekn96",
    "expiry": 120000000000,
    "objectName": "testObject"
  },
  "duration": 201,
  "error": "AWS S3 key count mismatch",
  "function": "testListObjects",
  "message": "AWS SDK Go listobjects with prefix '' expected 2 key but got 1",
  "name": "aws-sdk-go",
  "status": "FAIL"
}
halfcrazy commented 6 years ago

@kannappanr kan relates to https://github.com/minio/minio/pull/5686, I think the test fails because minio "cannot treat /prefix or prefix differently."