Skip to content
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

unable to aquire lock error popups quite frequently in end to end tessts #117

Open
himanshuchawla009 opened this issue Apr 29, 2024 · 1 comment
Assignees

Comments

@himanshuchawla009
Copy link
Member

himanshuchawla009 commented Apr 29, 2024

Speculation :

  • it is due to back to back update metadata server which trying to acquire lock before update server data
- Recent commit on multiwallet account introduce another syncMetadata which update the metadata during initializing new user account

- In the setupTkey function in, for new user account, it will 

     - initalize Tkey

     - backupMetadataShare

     - updateFactorDescription
  • All above call will update the metadata server

Testing Strategy

  • login to one mpc account with manualSync = false
- check if corekitInstance.tkey.latestCloudMetadata is not undefined

- call backupMetadataShare with different factor key back to back on fast internet
@himanshuchawla009
Copy link
Member Author

Screenshot 2024-04-29 at 10 22 15 AM

@himanshuchawla009 himanshuchawla009 changed the title unable to release lock error popups quite frequently in end to end tessts unable to aquire lock error popups quite frequently in end to end tessts Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants