-
Notifications
You must be signed in to change notification settings - Fork 189
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
do not delete user home "under the hood" #775
Conversation
Signed-off-by: David Christofas <[email protected]>
Signed-off-by: David Christofas <[email protected]>
Signed-off-by: David Christofas <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
Tests that fail include:
It looks like there are 2 files "leftover" still in the trashbin from the previous scenario(s). https://drone.owncloud.com/owncloud/ocis/1076/17/7
Not sure why just the "new dav_version" scenario is failing. Maybe some "favorite" or "sharing" state of the share received by Brian is still remembered from the "old dav_version" scenario? |
https://drone.owncloud.com/owncloud/ocis/1076/21/7
Something goes wrong uploading a skeleton file. I raised core PR owncloud/core#38051 so we can see the exception better. |
https://drone.owncloud.com/owncloud/ocis/1076/23/7
More scenarios fail with 500 status when trying to accept a share. |
https://drone.owncloud.com/owncloud/ocis/1076/24/7
There might be versions "left behind" from a previous scenario. |
Some more etag tests fail. https://drone.owncloud.com/owncloud/ocis/1076/25/7
Somehow related to left-over shares from previous scenarios, or? |
Note: 2021-02-22 - this is blocked until #755 makes some progress. |
On top of #755
Do not delete user data "under the hood" in the acceptance tests. The Provisioning API "delete user" endpoint should be doing that.