Intermittent browser/components/newtab/test/browser/browser_asrouter_bug1761522.js | Uncaught exception in test - InvalidStateError: [fluent] Couldn't find a message: asrouter-test-string
Categories
(Firefox :: New Tab Page, defect, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox100 | --- | unaffected |
firefox101 | --- | wontfix |
firefox102 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: beth)
References
(Regression)
Details
(Keywords: intermittent-failure, regression, Whiteboard: [retriggered])
Attachments
(1 file)
Filed by: ctuns [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=376370818&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Z1UnNPtMSpCCVatKLSYSKA/runs/0/artifacts/public/logs/live_backing.log
[task 2022-04-30T23:35:51.921Z] 23:35:51 INFO - TEST-PASS | browser/components/newtab/test/browser/browser_asrouter_bug1761522.js | asrouter.ftl content matches expected - "asrouter-test-string = Test Test Test\n" == "asrouter-test-string = Test Test Test\n" -
[task 2022-04-30T23:35:51.921Z] 23:35:51 INFO - Buffered messages finished
[task 2022-04-30T23:35:51.922Z] 23:35:51 INFO - TEST-UNEXPECTED-FAIL | browser/components/newtab/test/browser/browser_asrouter_bug1761522.js | Uncaught exception in test - InvalidStateError: [fluent] Couldn't find a message: asrouter-test-string
[task 2022-04-30T23:35:51.922Z] 23:35:51 INFO - Leaving test bound test_asrouter
[task 2022-04-30T23:35:51.923Z] 23:35:51 INFO - Console message: [JavaScript Warning: "Missing resource in locale ja-JP-macos: browser/newtab/asrouter.ftl"]
[task 2022-04-30T23:35:51.923Z] 23:35:51 INFO - GECKO(2384) | MEMORY STAT | vsize 2112364MB | vsizeMaxContiguous 68413194MB | residentFast 264MB | heapAllocated 120MB
[task 2022-04-30T23:35:51.924Z] 23:35:51 INFO - TEST-OK | browser/components/newtab/test/browser/browser_asrouter_bug1761522.js | took 109ms
[task 2022-04-30T23:35:51.924Z] 23:35:51 INFO - checking window state
[task 2022-04-30T23:35:51.925Z] 23:35:51 INFO - TEST-START | browser/components/newtab/test/browser/browser_asrouter_cfr.js
[task 2022-04-30T23:35:55.802Z] 23:35:55 INFO - GECKO(2384) | MEMORY STAT | vsize 2112386MB | vsizeMaxContiguous 67204255MB | residentFast 278MB | heapAllocated 132MB
[task 2022-04-30T23:35:55.805Z] 23:35:55 INFO - TEST-OK | browser/components/newtab/test/browser/browser_asrouter_cfr.js | took 3916ms
[task 2022-04-30T23:35:55.817Z] 23:35:55 INFO - checking window state
[task 2022-04-30T23:35:55.831Z] 23:35:55 INFO - TEST-START | browser/components/newtab/test/browser/browser_asrouter_experimentsAPILoader.js
Comment hidden (Intermittent Failures Robot) |
Comment 2•3 years ago
|
||
Comment 3•3 years ago
|
||
Set release status flags based on info from the regressing bug 1761522
Comment 4•3 years ago
|
||
:barret, since you are the author of the regressor, bug 1761522, could you take a look?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
There is a race condition somewhere in the localization code between
registering a L10nFileSource and attempting to use it too soon. We don't
actually need to test that the translation of our string ID works as expected,
just that the correct translation file ends up in the correct place, so I've
removed the calls that do actual localization.
Updated•3 years ago
|
Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 9•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Comment hidden (Intermittent Failures Robot) |
Description
•