Closed
Bug 636233
Opened 14 years ago
Closed 8 years ago
Refactor the way Socorro determines which versions to run correlation reports for
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: alqahira, Unassigned)
References
Details
As part of his investigation of bug 628341, rhelmer discovered that the correlation reports run for the top three crashiest versions on a given day, regardless of whether those are useful versions:
(Bug 628341 comment 7)
> So I think the problem is that the script does a hard-coded check for the top
> three versions for each product by sorted by number of crashes in the last
> week, and uses those. There's a "manual version override" in place for Firefox
> only right now.
I suggested that this be gated instead on the versions that are listed as "active" in the Branch Data Sources in the Admin panel, which would allow products to configure which ones they're interested in (just as products do for the other major reports) and eliminate the need to have a specific override hard-coded and updated for release candidate/beta-channel Firefox versions (and, indeed, would extend the ability to have correlation reports to all products in release candidate/beta-channel stages, when they'll not yet be the crashiest versions).
See bug 628341 comment 9 and bug 628341 comment 10 for more on my suggestion and rhelmer's response/refactoring ideas.
Assignee | ||
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•