Closed
Bug 2024762
Opened 2 months ago
Closed 2 months ago
Some issue around saving/storing/reverting in the Database
Categories
(Firefox for Android :: Experimentation and Telemetry, task)
Tracking
()
RESOLVED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: olivia, Assigned: olivia)
References
(Depends on 1 open bug)
Details
(Whiteboard: [fxdroid][group6])
Attachments
(1 file)
Still gathering information on this bug, but the previous original value does not always appear to store in the database and be available for reversion. I have seen it store it sometimes, not sure what the differing factor is - needs more investigation.
Updated•2 months ago
|
| Assignee | ||
Comment 1•2 months ago
|
||
Sometimes, the request to set a preference can occur before we have
retrieved the Gecko value.
Added a check to ensure this is always the case.
Updated•2 months ago
|
Attachment #9557174 -
Attachment description: WIP: Bug 2024762 - Race condition preventing storage in the Database → Bug 2024762 - Race condition preventing storage in the Database
Pushed by ohall@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/e2d56868032d
https://hg.mozilla.org/integration/autoland/rev/91adc25fc830
Race condition preventing storage in the Database r=android-reviewers,jonalmeida
Status: NEW → RESOLVED
Closed: 2 months ago
status-firefox151:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•