minio / mint

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

minio-go prints JSON status field in lower case, while others are uppercase. #175

Closed harshavardhana closed 6 years ago

harshavardhana commented 6 years ago
$ jq -r '[.status, .name, .function] | @tsv' /tmp/mint-logs/log.json | grep minio-go
na  minio-go    MakeBucket(bucketName, region)
pass    minio-go    MakeBucket(bucketName, region)
pass    minio-go    RemoveIncompleteUpload(bucketName, objectName)
fail    minio-go    FPutObject(bucketName, objectName, fileName, contentType)
kannappanr commented 6 years ago

This has already been logged under minio-go

https://github.com/minio/minio-go/issues/833

nitisht commented 6 years ago

closing as this will be taken care by minio/minio-go#833