-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Run WebDAV integration tests against S3 #34835
Conversation
5fa72e2
to
b0b3a53
Compare
e9e9df4
to
69e8b42
Compare
Other two failures seem related to running the tests with a memory cache in place: Due to bdfef2d the quota is outdated for 5 minutes |
@juliushaertl depending how you query it now, we removed the delay in some code paths, see #35308 however, some other code paths will need adjusting as well: #35421 |
c534fd6
to
087de82
Compare
ee0fca0
to
1b2e380
Compare
Can already be reviewed just waiting to remove the draft state until the required pr is in. |
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.
Please update PR name and description to explain included fixes, or move these fixes to another PR, to help with the Changelog.
8b9b738
to
750a5a2
Compare
1b2e380
to
ad182c3
Compare
ad182c3
to
decba3f
Compare
Sorry, I've updated the description accordingly and addressed your first feedback :) |
Failure unrelated (fix is in #36799) |
decba3f
to
1ff015a
Compare
c61aab0
to
f155e23
Compare
/rebase |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
f155e23
to
d515da5
Compare
/backport to stable26 |
Run webdav related tests against minio so we have some testing of real world file interaction behaviour in the CI.
This includes two fixes to let the tests pass properly.
Needed for #27034