Page MenuHomePhabricator

Tranche and unzoomed charts are broken for all projects
Closed, ResolvedPublic1 Estimated Story Points

Description

Per-tranche charts and unzoomed forecast and burnup charts seem to be broken for all projects (tested: VE, And, Collab). Charts are missing, indicating they are not being regenerated after the per-run wipe:

http://phlogiston-dev.wmflabs.org/ve_tranche13_burnup_points.png

Event Timeline

JAufrecht triaged this task as Unbreak Now! priority.Jun 29 2016, 4:36 PM
JAufrecht set the point value for this task to 1.
JAufrecht renamed this task from Tranche charts are broken for all projects to Tranche and unzoomed charts are broken for all projects.Jun 29 2016, 4:37 PM
JAufrecht updated the task description. (Show Details)

In the process of refactoring the interface between python and R to bring all date math into Python, several gross errors were introduced to the R calls in phlogiston.py. make_charts.py is supposed to be called twice, once with zoom = true and once with zoom = false. Instead, it was called twice with True. To make the category charts, make_tranche_chart.R should be called, but this was changed to make_charts.R. Also, make_tranche_charts.R was not fully updated to handle the new parameters.

fixed Col. re-running reports on everything else to double-check.