-
Notifications
You must be signed in to change notification settings - Fork 168
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
publicLinkCreate.feature:190 can fail #6321
Comments
failed again in https://drone.owncloud.com/owncloud/web/22245/62/15 |
@phil-davis I think we cannot do anything in the test code. Should we keep this one as it is? |
Here is another random fail: https://drone.owncloud.com/owncloud/ocis/9080/46/9
That is running full-ci in oCIS. |
@pascalwengerter @kulmann it seems that "sometimes" web thinks that a public link can be created to the Shares folder. But the majority of times, web correctly thinks that In the test scenario, Brian shares to Alice and Alice accepts the share all using API requests. Only after all that I am struggling to think what timing issue could cause the web UI to sometimes not understand correctly about the Shares folder. Any thoughts/ideas are welcome! |
https://drone.owncloud.com/owncloud/web/22625/65/15
Failed in nightly. |
https://drone.owncloud.com/owncloud/web/22907/65/15 |
https://drone.owncloud.com/owncloud/web/22914/65/15 Is there something that we can do about this? Or are we able to clearly demonstrate that the web app has some intermittent behavior? |
Please try to give it some time before trying to share, I guess there is some JS check that we are getting ahead of. |
@individual-it I tried to add some pause, reload the page locally and on ci #6469 but nothing solves this issue. Sometimes it shows that the |
I noticed that while trying to share the shares folder sometimes the web/packages/web-app-files/src/helpers/resources.js Lines 90 to 92 in db72a9b
In the normal condition, the permission is set to S and the function will return false
I don't think this is a server error either, the permission for when both when the |
Thank you for investing time and efforts ❤️ We prioritized the implementation of the sharing jail for web in this sprint. You can find more context here: #6448 As a result, the Shares folder will not exist in the |
https://drone.owncloud.com/owncloud/web/22203/62/16
The text was updated successfully, but these errors were encountered: