minio / mint

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

Add an option to test with master or release packages ? #100

Closed vadmeste closed 6 years ago

vadmeste commented 7 years ago

It would be good if developers can have an option to choose to test with master or released versions of all packages. That way we can be confident that our next release won't cause any problems.

nitisht commented 6 years ago

we currently use the latest released version of each tool/sdk in mint. I think that is serving well, and no specific cases were found where we needed to test a specific version of a SDK.

@vadmeste if you agree, shall we close this issue?

vadmeste commented 6 years ago

Yeah, the thing, is that.. we don't release SDKs that often, and it is good to see new tests added in SDKs can detect any new regression found in Minio server - before it is too late -

I'll bring this up in the next meeting.

nitisht commented 6 years ago

Understood..will keep this open till we decide on how to go ahead

deekoder commented 6 years ago

What do we want to do about this. If we are not fixing we can close and reopen later.

harshavardhana commented 6 years ago

Yeah, the thing, is that.. we don't release SDKs that often, and it is good to see new tests added in SDKs can detect any new regression found in Minio server - before it is too late -

Actually this is not true @vadmeste we do release SDKs quickly when we have new changes in place, in-fact with q automation it is quite simple now. I don't think this issue is worth the effort anymore.

kannappanr commented 6 years ago

closing this issue as won't fix.