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

Sync sends bookmarks even when chain is not fully created #2687

Closed
AlexeyBarabash opened this issue Dec 21, 2018 · 3 comments · Fixed by brave/brave-core#2016
Closed

Sync sends bookmarks even when chain is not fully created #2687

AlexeyBarabash opened this issue Dec 21, 2018 · 3 comments · Fixed by brave/brave-core#2016

Comments

@AlexeyBarabash
Copy link
Contributor

AlexeyBarabash commented Dec 21, 2018

Description

With Sync UI v2 sync chain is considered created when it has two or more devices.
Now we can see that bookmarks are sent even if there is only one device in chain, and the secon is not connected yet.

Steps to Reproduce

1. Launch brave browser in terminal
Sync lib output into terminal is not available on release build, so updating this STR

  1. Create a bookmark.
  2. Open brave://inspect/#extensions in tab
  3. Open brave://sync/ page
  4. Press Start a new sync chain button, don't add the second device to chain
  5. Go back to brave://inspect/#extensions, Click inspect link under Brave Sync
  6. Click [Console] tab
  7. Look on console and wait

Actual result:

  1. You will see messages saying bookmark records are sent to sync, like sending record: {"action":0,"bookmark":{ ...

Expected result:

  1. No send to sync of bookmarks in this case, therefore no messages saying, bookmark records are sent to sync.

Reproduces how often:

Easyly

Brave version (brave://version info)

Brave 0.61.0 Chromium: 72.0.3626.17 (Developer Build) (64-bit)
Revision 08d2140079f8db14c9eb885a803d231b1a30e817-refs/branch-heads/3626@{#315}
OS Linux

Reproducible on current release:

  • Does it reproduce on brave-browser dev/beta builds?
    Reproduced on nightly for sure.
@AlexeyBarabash AlexeyBarabash added this to Untriaged backlog in Sync via automation Dec 21, 2018
@bbondy bbondy added this to the 1.x Backlog milestone Dec 22, 2018
@srirambv
Copy link
Contributor

@AlexeyBarabash is this similar to #2148. In #2148 bookmark sync was disabled but still ended up showing on the other device. This issue mentioned about the logs in console about sending records even though sync chain isnt created.

@AlexeyBarabash
Copy link
Contributor Author

@srirambv
I think, #2687 is not similar to #2148.

#2687 is related to sync ui v2, when we have to force to have at least 2 devices in chain and show sync code (get seed) with a probability that sync chain will not be created.

#2148 happened because several bookmarks from b-c were sent before switching option off.

@LaurenWags
Copy link
Member

LaurenWags commented Apr 4, 2019

Verified passed with

Brave 0.63.31 Chromium: 73.0.3683.75 (Official Build) beta(64-bit)
Revision 909ee014fcea6828f9a610e6716145bc0b3ebf4a-refs/branch-heads/3683@{#803}
OS Mac OS X
  • Verified STR from description. Reproduced issue on 0.62.x and verified did not see issue on 0.63.31.

Verification passed on

Brave 0.63.31 Chromium: 73.0.3683.75 (Official Build) beta (64-bit)
Revision 909ee014fcea6828f9a610e6716145bc0b3ebf4a-refs/branch-heads/3683@{#803}
OS Windows 10 OS Build 17134.523

Used STR from description

Verification passed on

Brave 0.63.31 Chromium: 73.0.3683.75 (Official Build) beta (64-bit)
Revision 909ee014fcea6828f9a610e6716145bc0b3ebf4a-refs/branch-heads/3683@{#803}
OS Linux
  • Verified the STR from description

image

@rebron rebron removed this from Completed in Sync May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants