minio / mint

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

Update Mint log to include test case name #176

Closed nitisht closed 6 years ago

nitisht commented 6 years ago

Applicable for both FAIL and PASS cases,

{
  "args": {  },
  "duration": ,
  "function": "PutObject(bucketName, objectName, fileToUpload, contentType)",
  "name": "minio-go/testCaseName",
  "status": "PASS"
}

Needs to be done across all SDK/Tools included in Mint,

nitisht commented 6 years ago

closing this for now as Mint logs feel adequate for now. We can revisit if needed