Closed
Bug 2000957
Opened 4 months ago
Closed 4 months ago
Fluent logspam in testCommonSettingControlPropertiesSet function
Categories
(Firefox :: Settings UI, task, P3)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
147 Branch
| Tracking | Status | |
|---|---|---|
| firefox147 | --- | fixed |
People
(Reporter: tgiles, Assigned: im.sekiel)
References
Details
(Whiteboard: [recomp])
Attachments
(1 file)
When running any preferences test that uses testCommonSettingControlPropertiesSet, Fluent will log the following errors:
[fluent] Missing message in locale en-US: l10n ID[fluent] Couldn't find a message: l10n ID
We should do one of two things:
- Change the mock
l10nIdto one of the loaded strings inpreferences.ftl - Set up a mock Fluent id like in test_setting_control_extension_controlled
Updated•4 months ago
|
Updated•4 months ago
|
Assignee: nobody → im.sekiel
Status: NEW → ASSIGNED
I looked into this bug and pushed my changes into Phabricator. I also ran
./mach test browser/components/preferences/tests/chrome and the errors mentioned are no longer logged.
Pushed by tgiles@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/7de886f333b2
https://hg.mozilla.org/integration/autoland/rev/c9c5a4ddb3c2
Mocked fluent id in testCommonSettingControlPropertiesSet function to eliminate logspam errors. r=tgiles
Comment 4•4 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox147:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c148/b147]
You need to log in
before you can comment on or make changes to this bug.
Description
•