[Tests-Only] Skip local-storage read-only test UI test on ceph and scality object storage #37365
+1
−0
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
In core, when local storage is set
read_only
there is a known problem when trying to share the top-level of the storage - issue #36803 A core test scenario demonstrating that was added in PR #37262The test scenario behaves differently with
files_primary_s3
object storage (e.g. ceph or scality)https://drone.owncloud.com/owncloud/files_primary_s3/1680/15/19
There is no error in the webUI. So perhaps the sharing works in this case. But I suspect that there is more to it - perhaps it shares with full permissions rather than
read_only
??? I raised owncloud/files_primary_s3#351 to investigate that infiles_primary_s3
Skip the scenario when testing with ceph or scality. We can write specific test scenarios in
files_primary_s3
when we understand how the problem is different there.Related Issue
#36803
owncloud/files_primary_s3#351
How Has This Been Tested?
CI
Types of changes
Checklist: