-
Notifications
You must be signed in to change notification settings - Fork 187
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] update reva to v1.9.1 #2280
Conversation
ef3817a
to
a2cdb72
Compare
f8b258b
to
db09f9c
Compare
db09f9c
to
b79eba9
Compare
@micbar sorry! We updated the web commit id in another PR and there were expected-failures changes that cause conflicts here. Do you want me to rebase and sort it out? |
b79eba9
to
f5fc95e
Compare
pushed again after rebase |
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.
LGTM
https://drone.owncloud.com/owncloud/ocis/5974/52/6 That caused a few "unexpected passed scenarios" - because actually that reports the scenarios that were expected to fail but did not fail. If the test run crashed early, then there might be scenarios that did not fail because they did not run at all. I will restart CI... |
https://drone.owncloud.com/owncloud/ocis/5976/52/6 |
@dpakach is taking a look. We might have to adjust the test code in web to better handle unusual trashbin responses. |
while the tests crashing in the middle of the run is an issue itself, the real problem here is because we cannot send dav request to trashbin with Depth header now
this gives http 400 with no body |
@micbar "we cannot send dav request to trashbin with Depth header now" That is a bit surprising - a "new reva" should improve things. It is strange that something like this would regress. |
Fix to make the test code handle the empty body possibility, and fail the test gracefully: owncloud/web#5511 Tomorrow we will sort out core API tests to cover this PROPFIND-of-a-whole-trashbin-folder scenario - this should have been found in core API tests against |
owncloud/web#5511 has been merged. OCIS PR #2287 is updating the web commit id (that was already happening anyway, so I added an extra commit there). After that is merged, we can rebase here and we should get a "more sane" CI result that has only the real failed scenarios. |
1301226
to
516fc07
Compare
https://drone.owncloud.com/owncloud/ocis/5990/52/6 @micbar the and some like |
f036bda
to
e0d6fe1
Compare
e0d6fe1
to
92d6012
Compare
I put back the expected-failures for web and rebased. CI should pass now. |
Kudos, SonarCloud Quality Gate passed! |
As part of cs3org/reva#1827 reva no longer 'just ignores' the depth header on trash requests: https://github.com/cs3org/reva/pull/1827/files#diff-2219ddd689ea2f1f39fd79ba85e4ba622a3a00cb612bc7164de2a46864d87528R149-R162 TBH why do we need to be able to support |
@dpakach is adding some core API test scenarios - see issue owncloud/core#38981 - and he will find out which We could discuss there about what |
Preparation for the ocis release.
To do