Closed
Bug 968592
Opened 11 years ago
Closed 4 years ago
Use expired tokens for info/collections fetches
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P5)
Tracking
(fennec+)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
fennec | + | --- |
People
(Reporter: rnewman, Assigned: nalexander)
References
Details
(Whiteboard: [qa?])
Client implementation for Bug 960878 -- we can avoid the overhead of a new token fetch if we have no local data to upload for the syncing engines, or are doing a download-only sync, and just want to check if there's anything new on the server.
This will go a long way toward making short-circuit syncs cheaper, at the cost of increasing client complexity.
Updated•11 years ago
|
Whiteboard: [qa?]
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → nalexander
Assignee | ||
Comment 2•11 years ago
|
||
Some work in progress commits that test that the Sync endpoints are doing the right thing are at:
https://github.com/mozilla-services/android-sync/tree/nalexander/bug-968592-expired-tokens/
Of course, the endpoints don't accept expired tokens yet, so this fails. But the tests are useful, and the old data might be useful too.
Assignee | ||
Comment 3•11 years ago
|
||
See also Bug 985007, which should allow to set the token duration in test code.
Reporter | ||
Updated•10 years ago
|
tracking-fennec: 30+ → +
Updated•7 years ago
|
Product: Android Background Services → Firefox for Android
Comment 4•6 years ago
|
||
Re-triaging per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195
Needinfo :susheel if you think this bug should be re-triaged.
Priority: P3 → P5
Comment 5•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
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
•