Closed Bug 1152703 Opened 9 years ago Closed 9 years ago

Some sync errors prevent future syncs until restart

Categories

(Firefox Graveyard :: Reading List, defect, P1)

defect

Tracking

(firefox38 fixed, firefox39 fixed, firefox40 fixed)

RESOLVED FIXED
Firefox 40
Tracking Status
firefox38 --- fixed
firefox39 --- fixed
firefox40 --- fixed

People

(Reporter: markh, Assigned: markh)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

The logic in start():

>  yield this._start();
>  delete this.promise;

means that if ._start fails, all future calls to .start() will immediately be rejected with the initial error. Sadly the FxA NO_ACCOUNT and UNVERIFIED_ACCOUNT errors cause this during an initial signup flow, causing sync to continue failing until restart. Also reported in bug 1152307 - see the log there - if reflects no work being done by the engine.

This can also be demonstrated in a browser scratchpad while in this state:

> Cu.import("resource:///modules/readinglist/Sync.jsm");
> Sync.promise.catch(err => dump("rejected: " + err))

dump()s the initial error without doing any work. Note .promise shouldn't be set while not running.

To repro:
* edit the profile's signedInUser.json and set verified=false. Delete signedInUserOAuthTokens.json. Disconnect from the network and restart.
* ignore all network related errors, but eventually you will end up with a sync log message "Can't sync due to FxA account state UNVERIFIED_ACCOUNT"

We are now in this state. Reconnect the network, wait for it to notice you are verified.  "Sync Now" (and scratchpad) continues to fail with the same error.  With this patch sync actually progresses.

Drew, if you give this r+, do you think you could push it then request uplift?  It would be nice to get this in the next beta - all new FxA-creating users are likely to hit this (existing sync users will not)
Attachment #8590161 - Flags: review?(adw)
Flags: qe-verify+
Flags: firefox-backlog+
Attachment #8590161 - Flags: review?(adw) → review+
https://hg.mozilla.org/integration/fx-team/rev/ed1b3f89af33
Assignee: nobody → mhammond
Status: NEW → ASSIGNED
Flags: needinfo?(adw)
Comment on attachment 8590161 [details] [diff] [review]
0007-Bug-XX-unexpected-exceptions-syncing-reading-list-ar.patch

Approval Request Comment
[Feature/regressing bug #]: reading list
[User impact if declined]: Sync is unlikely to work after the creation of an FxAccount.
[Describe test coverage new/current, TreeHerder]: Existing tests pass
[Risks and why]: Trivial patch, almost zero risk, limited to readinglist
[String/UUID change made/needed]: None
Attachment #8590161 - Flags: approval-mozilla-beta?
Attachment #8590161 - Flags: approval-mozilla-aurora?
Flags: needinfo?(adw)
Sounds important to fix in reading list. If something in reading list broke syncing for all users, what was the regressing bug?  Can we add tests to try and catch that sort of error in future?   If something vague in reading list broke syncing in the first place, how can this be a low risk fix limited to reading list? 

Let's talk about how to verify this once it lands, and what QA or test coverage we can bring to bear.
Flags: needinfo?(mhammond)
Keywords: regression
Blocks: 1132074
Iteration: --- → 40.1 - 13 Apr
(In reply to Liz Henry (:lizzard) from comment #3)
> Sounds important to fix in reading list. If something in reading list broke
> syncing for all users, what was the regressing bug?

This bug only affects Reading List Sync, as I understand it, not the broader Sync. Any references to "Sync" in this bug are about RL Sync specifically. I think this bug existed since RL Sync was implemented and we're just catching it now.

> Can we add tests to try and catch that sort of error in future?

We should have test coverage for "first sync after setup", but it's hard to test the whole flow because creating accounts and verifying them has a lot of external dependencies. Stuart and others are working on functional end-to-end tests, but it's a lot of work.
Priority: -- → P1
Yep - see comment 4 - not a regression and while we do try hard to have tests, it's difficult to cover all cases.
Flags: needinfo?(mhammond)
OK, thanks for the clarification! It's good that the overall Sync feature isn't affected.
Comment on attachment 8590161 [details] [diff] [review]
0007-Bug-XX-unexpected-exceptions-syncing-reading-list-ar.patch

Approving for uplift to aurora.
Attachment #8590161 - Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
https://hg.mozilla.org/mozilla-central/rev/ed1b3f89af33
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 40
Comment on attachment 8590161 [details] [diff] [review]
0007-Bug-XX-unexpected-exceptions-syncing-reading-list-ar.patch

Should be in 38 beta 4.
Attachment #8590161 - Flags: approval-mozilla-beta? → approval-mozilla-beta+
QA Contact: andrei.vaida
Removing qe-verify flag since the feature was already backed out in favor of Pocket.
Flags: qe-verify+
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: