-
Notifications
You must be signed in to change notification settings - Fork 189
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
[full-ci] chore: bump test-middleware to v1.8.5 #5714
Conversation
hmm, upload tests are still failing. Did we miss anything? |
strangely it never waits for 1 or 2 retries, ether it passes immediately or never |
Yep, seems to be a different issue. @kobergj is already looking into it. Still good to have the retries on 425 now though. 😅 @micbar how do you feel about force merging this one? The test failures are unrelated to the PR and it already might help to reduce flakiness. |
19832a0
to
051a11e
Compare
051a11e
to
32933ce
Compare
Found out what the issue was. It has been our old friend, the cache. (Who else could it be.) I adjusted caching in reva. Pipeline went green twice already. Should be ready to go now 🤞 |
Kudos, SonarCloud Quality Gate passed! |
Docker arm32 is not available. Known issue. Merging. |
Bumps the
owncloud-test-middleware
to v1.8.4 which adds a retry forasync webdav downloadswebdav downloads after async uploads.Edit: now actually bumping to v1.8.5, because v1.8.4 only made one single retry per file. Needs the option for multiple retries.