minio / mint

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

Aws-sdk-ruby listBuckets test fails with "undefined local variable" when an exception is raised #126

Closed ebozduman closed 7 years ago

ebozduman commented 7 years ago

When there is an exception/error during listBuckets test, instead of the exception itself, the following error message is thrown: undefined local variable or method 'log_output'

deekoder commented 7 years ago

Fixed by https://github.com/minio/mint/pull/127