Closed
Bug 628424
Opened 15 years ago
Closed 15 years ago
Socorro UI - sorting trouble in "Crashes per User" - wrong graph generated
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
VERIFIED
FIXED
1.7.7
People
(Reporter: lars, Assigned: ryansnyder)
References
Details
sorting of versions gets sorted but the throttle percentages do not.
Steps to reproduce:
1) Go to the Crashes per User report: http://crash-stats.mozilla.com/daily?p=Firefox&v[]=
2) In the drop down boxes select, in this order, 3.6.13, 4.0b10pre, 3.6.12.
3) Notice that it filled in the throttle percentages.
4) click "Generate"
after it draws the graph, the versions get sorted from lowest to highest. The percentages, however, do not change positions to match the versions. The graph itself is WRONG, it was created with the version/throttle percentages as displayed incorrectly.
5) correct the percentages manually: put 10 for 3.6.12 and 100 for 4.0b10pre
6) click "generate"
the graph now corrects itself.
| Reporter | ||
Updated•15 years ago
|
Summary: Socorro UI - sorting trouble in "Crashes per User" → Socorro UI - sorting trouble in "Crashes per User" - wrong graph generated
| Assignee | ||
Comment 1•15 years ago
|
||
This sounds similar to bug 627123.
| Assignee | ||
Comment 3•15 years ago
|
||
Alright, found 2 issues here:
1. 100 was hardcoded as the throttle value in the product / version dashboard.
2. When we verified product / version combos in /daily, it returned a new order
of versions that was perhaps different than the original specified version in
the form.
Fixed 'em both. Will roll to stage / production with 1.7.7.
==
Sending webapp-php/application/controllers/daily.php
Sending webapp-php/application/controllers/products.php
Transmitting file data ..
Committed revision 2899.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Target Milestone: --- → 1.7.7
Comment 5•15 years ago
|
||
For WebQA automation -- please see duplicate bug 629205 for additional automation coverage desired.
Flags: in-testsuite?
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → ryan
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Updated•14 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•