Test failure in `browser_asrouter_experimentsAPILoader.js` and other tests
Categories
(Firefox :: Nimbus Desktop Client, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox133 | --- | unaffected |
firefox134 | --- | unaffected |
firefox135 | --- | fixed |
People
(Reporter: emcminn, Assigned: beth)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
In the ASRouter tests, browser_asrouter_experimentLoaderAPI
is failing with Glean.nimbusTargetingEnvironment.prefValues is undefined - stack: recordPrefValues@resource://nimbus/lib/TargetingContextRecorder.sys.mjs:328:
. Failure is also happening in toolkit/components/normandy
, see treeherder
Assignee | ||
Comment 1•3 months ago
|
||
Because there is not artifact build support for object metrics (see
bug 1883857) we disable the targeting context telemetry via a pref that
is always false on artifact builds. This allows local artifact builds to
run unrelated tests succesfully and not fail inside Nimbus.
Once bug 1883857 lands, this will be reverted.
Comment 2•3 months ago
|
||
Set release status flags based on info from the regressing bug 1928107
Comment 4•3 months ago
|
||
Backed out for causing bc failures @ browser_tab_groups_restore_closed_in_closed_window.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/29b68af28c407aa3546f9b2ef661a5c488fde77f
Comment 6•3 months ago
|
||
Got backed out by mistake.
Relanded -> https://hg.mozilla.org/integration/autoland/rev/c06287c28283baa9795e3fb5518ae551892a3817
Description
•