minio / mint

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

Error entry not displayed in case of failure #233

Closed kannappanr closed 6 years ago

kannappanr commented 6 years ago

When minio-go fails, the last entry, which is the failure is not displayed.

Here is the display on the screen

Running with
SERVER_ENDPOINT: 192.168.1.102:9000
ACCESS_KEY:      ***REDACTED***
SECRET_KEY:      ***REDACTED***
ENABLE_HTTPS:    0
SERVER_REGION:   us-east-1
MINT_DATA_DIR:   /mint/data
MINT_MODE:       full

To get logs, run 'sudo docker cp 2e7c5914be92:/mint/log /tmp/mint-logs'
(1/1) Running minio-go tests ... FAILED in 30 seconds

Executed 0 out of 1 tests successfully.