minio / mint

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

If SERVER_ENDPOINT is not passed, download Minio server and runs it automatically #101

Closed vadmeste closed 7 years ago

vadmeste commented 7 years ago

If the environment variable SERVER_ENDPOINT is not specified, it would be great if Mint can download the Minio server and runs it using a random port, then runs all sdk tests.

nitisht commented 7 years ago

@vadmeste there is another pod to automate Mint testing, https://github.com/minio/mint/projects/2

That will cover the aspect of downloading and deploying Minio server and then running Mint against it.

vadmeste commented 7 years ago

oups, got it.