Open amrita-shrestha opened 6 months ago
The bug is reported here . https://github.com/owncloud/ocis/issues/9463
For the above issue first lets find out if we have covered propfind
test when sharee is not deleted. If it is not covered then we can add one when sharee is not deleted. And then we can check the propfind when sharee gets deleted.
In summary:
Also consider this bug regarding it. https://github.com/owncloud/ocis/issues/9463
Moving this issue to blocked since there's an issue regarding PROPFIND request to shared resource when the user is deleted. Reported here: https://github.com/owncloud/ocis/issues/9463
While adding tests related to share-ng, found that ocis-tests miss some contract testing as mentioned below. Scenario: remove share link and propfind resource to see if the response contain or not
Scenario: user
Alice
shared resource with userBrian
,Brian
is deleted , userAlice
propfind the shared resource to check if the response contains shares details or not after share deletedQuestion
cc @ScharfViktor @saw-jan @phil-davis