Closed
Bug 1762947
Opened 4 years ago
Closed 4 years ago
Don't skip validation of branches that use variables only features.
Categories
(Firefox :: Nimbus Desktop Client, defect, P1)
Firefox
Nimbus Desktop Client
Tracking
()
RESOLVED
FIXED
101 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox99 | --- | unaffected |
| firefox100 | --- | fixed |
| firefox101 | --- | fixed |
People
(Reporter: beth, Assigned: beth)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
Bug 1761105 started validation of features with variables listed (not just schemas), but we erroneously skip validation of the first branch because of this continue statement
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
status-firefox100:
--- → affected
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Keywords: regression
Pushed by brennie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8b11b00d98c2
Validate all branches when using variables-only features r=emcminn
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
Updated•4 years ago
|
Has Regression Range: --- → yes
Comment 4•4 years ago
|
||
Set release status flags based on info from the regressing bug 1761105
status-firefox99:
--- → unaffected
status-firefox-esr91:
--- → unaffected
| Assignee | ||
Comment 5•4 years ago
|
||
Comment on attachment 9270744 [details]
Bug 1762947 - Validate all branches when using variables-only features r?emcminn
Beta/Release Uplift Approval Request
- User impact if declined: It is possible that we would accept an experiment that would fail validation.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It is unlikely that we would hit this issue in reality due to the experiment schema being checked on experimenter's end before its sent to the client.
- String changes made/needed:
Attachment #9270744 -
Flags: approval-mozilla-beta?
Comment 6•4 years ago
|
||
Comment on attachment 9270744 [details]
Bug 1762947 - Validate all branches when using variables-only features r?emcminn
Approved for 100.0b3
Attachment #9270744 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 7•4 years ago
|
||
| bugherder uplift | ||
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•