run files_external owncloud tests with owncloud 10 #30733
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Execute files_external tests with owncloud
This PR currently will fail for
testCheckUpdate
core/tests/lib/Files/Storage/Storage.php
Lines 326 to 336 in 92b658a
Reason:
We compare local cached "permissions" with sharePermissions from remote:
https://github.com/owncloud/core/blob/master/lib/private/Files/Storage/DAV.php#L781
Screenshot from data tracked down in xdebug
I am unsure how
{http://open-collaboration-services.org/ns}share-permissions
correlates with the cachedpermissions
field.But it seems we do not cache it anywhere? @PVince81
Motivation and Context
Jenkins 🔫
Checklist: