-
Notifications
You must be signed in to change notification settings - Fork 5
Update reva to v0.1.1-0.20200520150229 #221
Conversation
20 failures |
This should fix some tests. owncloud/core#37396 |
let me temporarily point this PR at the core one to confirm |
|
hmmm, strange. API tests still fail with sharing: https://cloud.drone.io/owncloud/ocis-reva/371/2/6 |
Ok let me check locally. |
That's strange. Locally I get these errors.
|
let's investigate in detail next week as I'd like to focus on releases today |
I'll release without this update in #215. Still, will rebase that branch to see if CI is still running propertly in case some new test issues have sneaked in somehow |
something is fishy... I tried one of the tests "tests/acceptance/features/apiWebdavOperations/downloadFile.feature:40" and it also fails on #215 where it passed before. |
I think there have been some changes to the tests. I see that the test user is now "Alice" and not "user0". |
In core the acceptance test features were change to use "realistic" user names. In theory there should be no problem! I suspect that the most likely problem might be if a system-under-test behaves differently to ownCloud10 when the username is mixed-case. |
I tried reverting to the commit before the name changes, but the test still fails |
In my local log I saw errors about invalid Depth header values that were used in the tests. Since cs3org/reva#758 those values are forbidden. I'll have a look and fix all the tests that use an invalid depth value to use infinity instead |
Confirmed: when I sit on the commit before the Depth validation, the test passes. |
PR here to fix invalid depth values and pre-validate: owncloud/core#37437 |
and adjusted the drone config to test against that PR |
failures now:
at least no more checksum, etc. next up: to test with owncloud/core#37396 as well |
pushed again drone change using the core branch "tests-valid-depth-and-shares-update" which contains both the Depth fixes and the sharing ones |
ok, so once we merge both owncloud/core#37396 and owncloud/core#37437 there are still remaining failures:
there likely for @C0rby to check ^ |
I've merged #223 but will rebase later once at least owncloud/core#37396 is merged. for the remaining failing API tests from #221 (comment) we can either debug them or skip them |
I can't reproduce that locally. They are running green on my machine.... |
ok owncloud/core#37437 is merged. @C0rby can you rebase owncloud/core#37396 ? |
515e950
to
f5def32
Compare
I've rebased this PR, and pointed it again at owncloud/core#37396 |
Done |
I've restarted the build now, we should get results. I suspect we will only see those createShare issues. We'll see. |
No more Phoenix failures.
|
those tests pass locally for me as well... hmmm |
ok got it, it's the "missing mimetype value" again. see #67 (comment) I think we should fix the Drone env to actually have a proper /etc/mime.types folder. |
I believe the dockers are based on Alpine, so it should be a matter of installing "mailcap", see https://pkgs.alpinelinux.org/contents?file=mime.types&path=&name=mailcap&branch=edge&repo=main&arch=armhf |
naive attempt in this separate PR to add mime.types file in Drone: #224 |
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.
Nice. 👍
@C0rby can you undraft owncloud/core#37396 and I hope @individual-it can review/approve it, then we should merge both at the same time |
right, not merging at the same time. here is the correct plan:
|
208aa4a
to
b035292
Compare
rebased and made the branch point back to core master. |
No description provided.