-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Add integration tests for renaming a share by a user with stale shares #50229
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
base: master
Are you sure you want to change the base?
Add integration tests for renaming a share by a user with stale shares #50229
Conversation
|
/backport to stable31 |
… shares Signed-off-by: Daniel Calviño Sánchez <[email protected]>
b8860a9 to
53204f4
Compare
|
/backport to stable30 |
|
The commit that fixed this issue was reverted in #50389 Therefore, although the integration tests should be valid, they will fail until the issue is fixed again. For a detailed description about the issue please check #50228 Unfortunately I do not know how to fix the issue myself (besides catching the exception, but I assume there is a cleaner and more generic fix like the one that had to be reverted), so @sorbaugh I would need someone else to take over :-) Thanks! |
Before #49073 renaming a received share failed with an internal server error if the receiver of the share had another share, and the source file for that share was deleted. This pull request adds integration tests to check that scenario.
The integration tests as well as the specific commit that fixes the issue were backported to the stable branches (<= 30) in #50228