Closed
Bug 1540894
Opened 6 years ago
Closed 6 years ago
Follow-ups for fixing invalid remote items
Categories
(Firefox :: Sync, defect, P1)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
Firefox 68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: lina, Assigned: lina)
References
Details
Attachments
(2 files)
I missed a few things in bug 1482608:
mirror.structure
needs a compound primary key, so that it can store diverged structure.- Multiple parent handling and reuploading/replacing needs tests.
This depends on https://github.com/mozilla/dogear/pull/34. Once that's merged, we can cut a Dogear release, bump the version, and re-vendor.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
This commit:
- Uses chunking to insert child GUIDs in
storeRemoteFolder
. - Changes the mirror schema to store diverging structure, so that it
can be passed to Dogear. - Sorts remote items by GUID, so that diverging ones can be reparented
in a deterministic order. - Measures and logs the time taken to run the Rust merger.
- Adds tests for multiple parents and replacing invalid remote items.
- Fixes two tests in
test_bookmark_structure_changes
to ensure the
remote structure is consistent.
Depends on D26274
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Pushed by kcambridge@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eea220d8fd4c
Vendor Dogear v0.2.3. r=tcsc
https://hg.mozilla.org/integration/autoland/rev/39c9c1e5dd57
Store diverging structure in the bookmarks mirror. r=tcsc
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/eea220d8fd4c
https://hg.mozilla.org/mozilla-central/rev/39c9c1e5dd57
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
Comment 7•6 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•