Closed
Bug 1634058
Opened 5 years ago
Closed 5 years ago
services.settings.load_dump isn't used when a get() triggers the call
Categories
(Firefox :: Remote Settings Client, defect)
Firefox
Remote Settings Client
Tracking
()
VERIFIED
FIXED
Firefox 77
People
(Reporter: standard8, Assigned: leplatrem)
Details
Attachments
(1 file)
QA is trying to test the search service with remote settings staging by setting the preferences on start-up. However, the dump from the disk is still being loaded.
It looks like services.settings.load_dump
isn't being respected when .get()
triggers loading of the database, however it is respected when a normal poll occurs.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mathieu
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by mleplatre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5f2cf8ce9898
Honor load_dump pref with .get() r=Standard8
![]() |
||
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 77
Comment 4•5 years ago
|
||
Verified as fixed using Firefox 77 beta 2 and latest Nightly 78.0a1 20200505 under Win 10 64-bit.
You need to log in
before you can comment on or make changes to this bug.
Description
•