Closed
Bug 1140810
Opened 11 years ago
Closed 11 years ago
Upload materially modified records
Categories
(Android Background Services Graveyard :: Reading List Sync, defect)
Tracking
(firefox38 fixed, firefox39 fixed)
RESOLVED
FIXED
Firefox 39
People
(Reporter: rnewman, Assigned: nalexander)
References
Details
Attachments
(1 file)
This is a TODO in the code right now.
We upload status changes (marked as read), new records, and deletions. We don't upload material changes, which means that rows that are populated by a delayed fetch won't end up being reuploaded.
This should be mostly copy-and-paste.
| Assignee | ||
Comment 1•11 years ago
|
||
Gluten free copy-pasta. I haven't a clue how to make Fennec produce material changes, so this is all based on device JUnit 3 testing.
| Reporter | ||
Comment 2•11 years ago
|
||
You should be able to cause a material change by simply inserting a SYNCED record with no resolved_url/resolved_title/excerpt and content_status = UNFETCHED while Fennec is running, then wait a brief moment. If Gecko is live, it'll fetch the content and write in those fields. This might require a Robocop test.
| Reporter | ||
Updated•11 years ago
|
Attachment #8583467 -
Flags: review?(rnewman) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
| Assignee | ||
Comment 4•11 years ago
|
||
I intend to uplift the v1 blockers to Aurora all at once.
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 39
| Reporter | ||
Updated•11 years ago
|
status-firefox38:
--- → affected
| Reporter | ||
Comment 6•11 years ago
|
||
Comment on attachment 8583467 [details] [review]
Link to Github pull-request: https://github.com/mozilla-services/android-sync/pull/541
Batch uplift of Android RL to 38.
Attachment #8583467 -
Flags: approval-mozilla-beta?
| Reporter | ||
Comment 7•11 years ago
|
||
| Reporter | ||
Updated•11 years ago
|
Attachment #8583467 -
Flags: approval-mozilla-beta?
You need to log in
before you can comment on or make changes to this bug.
Description
•