-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable23] Run tests with primary object storage in CI + large upload fixes #31453
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
Conversation
| ]; | ||
| } else { | ||
| return null; | ||
| return [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also backporting behavior changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I can tell the previous behavior has never hit, as none of the code paths handle the null case.
PVince81
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
| env: | ||
| MINIO_ACCESS_KEY: minio | ||
| MINIO_SECRET_KEY: minio123 | ||
| image: bitnami/minio:2021.10.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could this run into limits due to the new docker hub policy?
|
/rebase |
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
…torage Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
…g part files Signed-off-by: Robin Appelman <[email protected]>
ef8bc9e to
b05c9fe
Compare
Backport of test changes from #31266