-
Notifications
You must be signed in to change notification settings - Fork 893
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 fix bookmarks object id duplication #4710
Merged
Merged
Conversation
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
AlexeyBarabash
changed the title
Sync fix obj id dup
Sync fix bookmarks object id duplication
Feb 21, 2020
darkdh
reviewed
Feb 21, 2020
darkdh
reviewed
Feb 21, 2020
AlexeyBarabash
force-pushed
the
sync_fix_obj_id_dup
branch
from
February 21, 2020 18:26
95eebfc
to
bb29667
Compare
AlexeyBarabash
force-pushed
the
sync_fix_obj_id_dup
branch
2 times, most recently
from
February 21, 2020 18:33
5dc0e92
to
3b13b36
Compare
darkdh
approved these changes
Feb 21, 2020
bridiver
approved these changes
Feb 21, 2020
CI build on Windows failed with error
restarted |
now failed iOS build only with
Restarted. |
This time again succeded all except iOS build: https://ci.brave.com/job/brave-browser-build-pr/job/sync_fix_obj_id_dup/3/flowGraphTable/ .
So re-launch build ignoring all platforms except iOS. |
AlexeyBarabash
added
CI/skip-android
Do not run CI builds for Android
CI/skip-linux
CI/skip-macos-x64
Do not run CI builds for macOS x64
labels
Feb 22, 2020
iOS build still fails
restarting CI |
got the same
|
AlexeyBarabash
force-pushed
the
sync_fix_obj_id_dup
branch
from
February 26, 2020 18:05
3b13b36
to
dc5541f
Compare
AlexeyBarabash
force-pushed
the
sync_fix_obj_id_dup
branch
from
February 27, 2020 20:15
dc5541f
to
f9ae9b6
Compare
AlexeyBarabash
added a commit
that referenced
this pull request
Feb 27, 2020
Sync fix bookmarks object id duplication
4 tasks
AlexeyBarabash
added a commit
that referenced
this pull request
Feb 27, 2020
Sync fix bookmarks object id duplication
4 tasks
AlexeyBarabash
added a commit
that referenced
this pull request
Feb 27, 2020
Sync fix bookmarks object id duplication
4 tasks
AlexeyBarabash
added a commit
that referenced
this pull request
Mar 2, 2020
Sync fix bookmarks object id duplication
AlexeyBarabash
added a commit
that referenced
this pull request
Mar 2, 2020
Sync fix bookmarks object id duplication
AlexeyBarabash
added a commit
that referenced
this pull request
Mar 2, 2020
Sync fix bookmarks object id duplication
AlexeyBarabash
added a commit
that referenced
this pull request
Mar 3, 2020
Sync fix bookmarks object id duplication
LGTM Verification passed on
Reproduced the crash on 1.4.95
|
32 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
CI/skip-android
Do not run CI builds for Android
CI/skip-macos-x64
Do not run CI builds for macOS x64
feature/sync
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves brave/brave-browser#8325
To fix the profile which have duplicated object_ids and keeping crashing when enabling sync back is a separate issue: brave/brave-browser#8358.
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
See issue brave/brave-browser#8325
Reviewer Checklist:
After-merge Checklist:
changes has landed on.