-
Notifications
You must be signed in to change notification settings - Fork 5
Test to prove that 67 works #170
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
next up ideas to try:
|
differences in env compared to https://owncloud.github.io/extensions/ocis_reva/testing :
so far I don't see why this would make a difference |
I've modified the config now to only run that one issue for quicker results. |
likely an env issue, maybe "/etc/mime.types" is minimal or does not exist: https://golang.org/pkg/mime/#TypeByExtension see #67 (comment) for context still, I think it might make sense to add an additional test to read the mime type of a text file from Webdav, it will likely highlight this env issue further even after the reva fix @individual-it |
added commit to print out mime types file, we'll see |
hah...
so this is the explanation why it failed on Drone but passed locally, as we locally have that file @individual-it ^ |
rebased so it runs with the actual fixes |
rebased again for further changes the build setup failed anyway |
To demonstrate and debug #67
Matches core PR owncloud/core#37344