Exceptions in CardDAV sync operations shouldn't prevent the next sync
Categories
(MailNews Core :: Address Book, defect)
Tracking
(thunderbird_esr78 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(1 file)
Bug 1693670 - Do CardDAV sync in a try/finally block so the next sync is always scheduled. r?mkmelin
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-esr78+
|
Details | Review |
Currently if an exception is thrown during syncing, the next sync isn't scheduled. We could probably also handle exceptions better (like providing some user feedback) but for now I'm just going to put a try/finally block around the sync operations.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D105694
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/3b7f3fbc2201
Do CardDAV sync in a try/finally block so the next sync is always scheduled. r=mkmelin
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 4•4 years ago
|
||
Comment on attachment 9204078 [details]
Bug 1693670 - Do CardDAV sync in a try/finally block so the next sync is always scheduled. r?mkmelin
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined: carddav sync errors cause it to stop syncing for the rest of the session
Testing completed (on c-c, etc.): in 87 beta
Risk to taking this patch (and alternatives if risky): no risk
Comment 5•4 years ago
|
||
Comment on attachment 9204078 [details]
Bug 1693670 - Do CardDAV sync in a try/finally block so the next sync is always scheduled. r?mkmelin
[Triage Comment]
Approved for esr78
Comment 6•4 years ago
|
||
bugherder uplift |
Thunderbird 78.8.1:
https://hg.mozilla.org/releases/comm-esr78/rev/33ef73cd30dd
Description
•