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)

defect

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:

https://docs.google.com/spreadsheets/d/1kjp32JTuB4axM3wKx0iIYL2Ado-HcyeBhoY-siGxYAs/edit#gid=1560718888&range=E526

=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".

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
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.