Closed
Bug 1216163
Opened 10 years ago
Closed 10 years ago
Add 'disabling' state
Categories
(Firefox OS Graveyard :: Sync, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
FxOS-S10 (30Oct)
People
(Reporter: ferjm, Assigned: ferjm)
References
Details
(Whiteboard: [partner-cherry-pick])
Attachments
(1 file)
We may need to do some clean up when login out of FxA so we need to transition the sync state machine to a 'disabling' state where the clean up task is being performed. In case that it fails for any reason, we should go back to the 'enabled' state.
Assignee | ||
Updated•10 years ago
|
Priority: -- → P2
Target Milestone: --- → FxOS-S10 (30Oct)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ferjmoreno
Assignee | ||
Comment 1•10 years ago
|
||
Won't fix for now. Current cleaners (Browser and Sync app) can shield themselves by checking the latest transaction type of the cleared shared datastores.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 2•10 years ago
|
||
Actually, there are still cases where we need a disabling state.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Assignee | ||
Updated•10 years ago
|
Priority: P2 → P3
Comment 3•10 years ago
|
||
Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8679450 [details] [review]
[gaia] ferjm:bug1216163.disabling.sync > mozilla-b2g:master
Michiel, for the phone part. YiFan for the tv one. Thanks!
Attachment #8679450 -
Flags: review?(yliao)
Attachment #8679450 -
Flags: review?(mbdejong)
Comment 5•10 years ago
|
||
Comment on attachment 8679450 [details] [review]
[gaia] ferjm:bug1216163.disabling.sync > mozilla-b2g:master
Thanks!
Attachment #8679450 -
Flags: review?(yliao) → review+
Comment 6•10 years ago
|
||
Comment on attachment 8679450 [details] [review]
[gaia] ferjm:bug1216163.disabling.sync > mozilla-b2g:master
Comments on github.
Transitions are:
enable
success
sync
disable
error
Events (states) are:
disabled
enabling
enabled
syncing
disabling
errored
Attachment #8679450 -
Flags: review?(mbdejong) → review+
Comment 7•10 years ago
|
||
Sorry for the delay! I had seen the r? but then forgot about this one yesterday.
Assignee | ||
Comment 8•10 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•10 years ago
|
Whiteboard: [partner-cherry-pick]
You need to log in
before you can comment on or make changes to this bug.
Description
•