minio / mint

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

Inconsistent test results when wrong endpoints are provided #164

Closed harshavardhana closed 6 years ago

harshavardhana commented 6 years ago
docker run --net=host -e SERVER_ENDPOINT=172.29.0.1:9000 -e ACCESS_KEY=minio -e SECRET_KEY=minio123 minio/mint
To get intermittent logs, 'sudo docker cp ecb7e997fa89:/mint/log /tmp/mint-logs'
Running aws-sdk-php tests ... FAILED in 1 seconds
Running aws-sdk-ruby tests ... done in 2 seconds
Running awscli tests ... FAILED in 4 seconds
Running mc tests ... FAILED in 1 seconds
Running minio-go tests ... FAILED in 0 seconds
Running minio-java tests ... FAILED in 0 seconds
Running minio-js tests ... done in 1 seconds
Running minio-py tests ... FAILED in 6 seconds
Finished running all tests.
To get logs, run 'sudo docker cp ecb7e997fa89:/mint/log /tmp/mint-logs'
nitisht commented 6 years ago

I understand the expectation here is that aws-sdk-ruby and minio-js should report failure as well.

harshavardhana commented 6 years ago

That is correct.