-
Notifications
You must be signed in to change notification settings - Fork 974
Fixed re-enabling sync doesn't sync bookmarks properly across devices #7405
Comments
cc @ayumi |
It does get synced on pyramid 0 for me, even when empty. Sync only happens every 60s so you might have to wait. |
@srirambv i cannot repro this consistently, but please check out https://github.com/brave/browser-laptop/tree/fix/7405 and see if that resolves the issue. thanks |
@diracdeltas I am able to get the empty bookmark folder sync'd but steps 6-8 still doesn't work on https://github.com/brave/browser-laptop/tree/fix/7405. |
Steps performed
Console shows pyramid 1 is still fetching and pyramid 0 is sending data even after reset. It should be the other way around after sync is reset on pyramid 0? |
@srirambv please check out https://github.com/brave/browser-laptop/tree/fix/7405 which has been updated; it fixes the issue for me. @ayumi this issue appears to be due to the fact that objectIds are deleted when sync is reset, so old synced objects are synced as if they were new objects after sync is reset and then re-synced to the old profile. this causes sync objects to be duplicated. need your input on aff4cf5. |
save the original seed for bookmarks, so they can be synced to a profile with a different seed if needed. fix #7405.
save the original seed for bookmarks, so they can be synced to a profile with a different seed if needed. fix #7405.
Still not working. #7420 (comment) |
Let me reopen just in case |
Working fine on preview 2. Good to close unless need to have it open till RC builds. |
|
Test plan
#7420 (comment)
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
Reset sync on pyramid 0 and re-enabling sync doesn't sync bookmarks properly across devices
Platform (Win7, 8, 10? macOS? Linux distro?):
Windows 10x64 - Pyramid 1
Windows 7 ia32 - Pyramid 0
Brave Version (revision SHA):
Brave 0.13.5
rev 7373a01
Steps to reproduce:
Actual result:
Sync after reset doesn't sync correctly
Expected result:
Sync after reset should behave the same way
Will the steps above reproduce in a fresh profile? If not what other info can be added?
Yes
Is this an issue in the currently released version?
N/A
Can this issue be consistently reproduced?
Yes
Extra QA steps:
1.
2.
3.
Screenshot if needed:
Any related issues:
cc: @diracdeltas
The text was updated successfully, but these errors were encountered: