-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functional test: minio-py while running in mint should exit on failure #709
Comments
- test_put_objecy - test_stat_object Fixes minio#709
I checked the minio-py functional test cases, It returns with proper exit code
Will send a PR which covers the s3 failures for now. |
@Praveenrajmani Did you check if the shell script in mint is ignoring the return value from |
yes @kannappanr , mint's generic function |
@Praveenrajmani This issue does not seem to be fixed yet. I ran it now against the latest staging build in
The mint says success but there is a failure that is logged. |
Hi @kannappanr, This was one such test case which was not actively raising an exception on failure rather just logging it. So mint will not treat it as an error since the error code will not be 1. BTW, this particular test is removed in this commit Mint pulls from the latest release tag from https://api.github.com/repos/minio/minio-py/releases/latest which did not cover the changes yet. We will no longer see this test running after the release (the release tag gets updated). |
@Praveenrajmani I wanted to make sure that was the only test that was causing this behavior. Will close this issue now. |
Continuation of issue #708
If minio-py tests fail,
The text was updated successfully, but these errors were encountered: