Closed
Bug 724739
Opened 13 years ago
Closed 13 years ago
Queue folder deletions, processing them after other records
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P2)
Tracking
(blocking-fennec1.0 beta+)
VERIFIED
FIXED
mozilla14
Tracking | Status | |
---|---|---|
blocking-fennec1.0 | --- | beta+ |
People
(Reporter: rnewman, Assigned: rnewman)
References
Details
When a folder deletion is handled, we must ensure -- for database consistency -- that its children are placed somewhere sane.
Its children might also be deleted, but we'll process folders first. To avoid having to move a whole bunch of children, then delete them, we want to queue up folder deletions and take care of them in one go.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → rnewman
Assignee | ||
Updated•13 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•13 years ago
|
||
Merged branch, waiting for testing:
https://github.com/mozilla-services/android-sync/pull/154
Assignee | ||
Comment 2•13 years ago
|
||
Tested by hand, including deleting just a folder on the server. Orphaning works as expected.
https://hg.mozilla.org/integration/mozilla-inbound/rev/5633c5648fed
https://hg.mozilla.org/integration/mozilla-inbound/rev/6124a190cc2b
https://hg.mozilla.org/integration/mozilla-inbound/rev/1c2a06f36ba3
https://hg.mozilla.org/integration/mozilla-inbound/rev/3aef4f7cbd6d
https://hg.mozilla.org/integration/mozilla-inbound/rev/6cb5a238e20d
Target Milestone: --- → mozilla14
Updated•13 years ago
|
blocking-fennec1.0: --- → ?
Comment 3•13 years ago
|
||
this one looks good.
Updated•13 years ago
|
blocking-fennec1.0: ? → beta+
Comment 4•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/5633c5648fed
https://hg.mozilla.org/mozilla-central/rev/6124a190cc2b
https://hg.mozilla.org/mozilla-central/rev/1c2a06f36ba3
https://hg.mozilla.org/mozilla-central/rev/3aef4f7cbd6d
https://hg.mozilla.org/mozilla-central/rev/6cb5a238e20d
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Product: Mozilla Services → Android Background Services
Updated•7 years ago
|
Product: Android Background Services → Firefox for Android
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•