minio / mint

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

mint logs need to be more descriptive. #151

Closed poornas closed 6 years ago

poornas commented 6 years ago
  1. Logging just the function signature is not very useful when analyzing mint failures - an additional description of test / naming test descriptively will help (e.g. "PutObject test with custom metadata")
  2. Currently many SDK's log the errors as PASS/FAIL with no meaning error message associated with it.
  3. SDK's stop on the very first failure and do not proceed further. A better approach would be to run all tests and raise issues for failures against the respective SDK/Mint so that they can be tracked and resolved for faster iterations. Playing catch up will be really slow when Mint and SDK updates occur at tandem.
nitisht commented 6 years ago

This needs a larger discussion, specially with @abperiasamy , can be blocked till we discuss with him.

nitisht commented 6 years ago

@poornas with the recent discussion, do you think we can close this issue?