-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[identity] Remove blob holders on logout and account deletion
Summary: Final diff for [[ https://linear.app/comm/issue/ENG-9368/call-blob-service-from-identity | ENG-9368 ]]. - Besides Tunnelbroker and Backup data, blob holders are also removed - Some renames Depends on D13651 Test Plan: Mocked this by creating a device by Commtest, manually added some holders prefixed by its device ID, then logging it out (also with commtest). Checked Identity logs and DDB by querying for `indexed_tag=deviceID`. Verified that holders were gone. Final testing will be done on staging: - Log in a device, jot down its device ID, start a DM thread, set avatar to image, then reset back to emoji. - Simulate blob service connection error - change blob URL client to fake, or comment-out the call and return failure. - Log out the device. - Verify Identity logs and DDB by querying for `indexed_tag=deviceID`. Holders should be gone. Reviewers: varun, will, kamil Reviewed By: kamil Subscribers: ashoat, tomek Differential Revision: https://phab.comm.dev/D13652
- Loading branch information
Showing
2 changed files
with
53 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters