Closed
Bug 1936338
Opened 2 months ago
Closed 2 months ago
RemoteSettingsExperimentLoader does not filter out invalid recipes
Categories
(Firefox :: Nimbus Desktop Client, defect, P1)
Firefox
Nimbus Desktop Client
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox133 | --- | unaffected |
firefox134 | --- | unaffected |
firefox135 | --- | fixed |
People
(Reporter: beth, Assigned: beth)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
The refactors in bug 1934698 led to a bug where we now call onRecipe for invalid recipes. This does not enroll them because the status will not match the expected TARGETING_MATCH, but opt-ins will not be filtered out.
Assignee | ||
Updated•2 months ago
|
Assignee: nobody → brennie
Comment 1•2 months ago
|
||
Set release status flags based on info from the regressing bug 1934698
status-firefox133:
--- → unaffected
status-firefox134:
--- → unaffected
status-firefox135:
--- → affected
status-firefox-esr128:
--- → unaffected
Assignee | ||
Comment 2•2 months ago
|
||
Pushed by brennie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2255a57d71d5
Filter out invalid recipes in RemoteSettingsExperimentLoader r=emcminn
Status: NEW → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•