Closed
Bug 1649219
Opened 6 years ago
Closed 6 years ago
Fix "Fission Mochitest results (M-Fis)" spreadsheet's test status upload script
Categories
(Core :: DOM: Content Processes, defect, P2)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
| Fission Milestone | M4.1 |
People
(Reporter: cpeterson, Assigned: kmag)
Details
The "Fission Mochitest results (M-Fis)" spreadsheet's "fission-tests-status" sheet is empty. This causes the vlookups in "Opt Status" column C and "Debug Status" column D of the "fission-tests" sheet to incorrectly report "passes". The formula in those columns display "passes" if the vlookup returns an error:
=if(isblank(C526), "", iferror(vlookup(C526, TestStatuses, 2, 0), "passes"))
kmag says: "some change broke the script that updates it [the "fission-tests-status" sheet] and I need to fix it".
Comment 1•6 years ago
|
||
This is related to reporting the M4 status on arewefissionyet.com so updating the fission milestone to M4.1 to better reflect that.
Fission Milestone: M6a → M4.1
| Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•