Closed
Bug 700628
Opened 13 years ago
Closed 13 years ago
selecting top crashers from the report menu does not load the latest version
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
2.4
People
(Reporter: AlinT, Assigned: espressive)
References
Details
(Whiteboard: [fromAutomation])
Attachments
(1 file)
202.52 KB,
image/jpeg
|
Details |
Steps to reproduce:
1.Go to http://crash-stats.mozilla.com
2.select from the report menu top crashers
Expected results:
Top crashers for FF version 10.0a1 page loads.
Actual results:
Top crashers for FF version 3.5.13 page loads
Comment 1•13 years ago
|
||
Well, it's basically unspecified what to do in the case where you didn't actually select a version. Right now, it looks like it's taking the bottom one from the selection list of "current" versions. I guess it probably should use the top one instead.
Reporter | ||
Comment 2•13 years ago
|
||
I agree with you, it should take the top of the "current" versions list.
Now it's happening also on dev and stage.
Do you have any idea when this issue will be fixed?
Comment 3•13 years ago
|
||
Alin, did you find this from our Selenium tests? If so, let's please add [fromAutomation] to the status whiteboard; nice find!
Severity: normal → major
OS: Windows 7 → All
Hardware: x86 → All
Comment 4•13 years ago
|
||
:stephend, yes this was caught by our automation. Alin has xfailed this test until this bug is resolved.
Flags: in-testsuite+
Whiteboard: [fromAutomation]
Assignee | ||
Comment 5•13 years ago
|
||
Sent pull request: https://github.com/mozilla/socorro/pull/213
Test Case
---------
Head over to the front page of Socorro: i.e
https://espressive-dev.allizom.org/products/Firefox
Under the version drop down, do not select a version and then select top crashers from the reports drop down. The page should redirect to:
https://espressive-dev.allizom.org/topcrasher/byversion/Firefox/9.0b3
The version string at the end should match the top most version in the version drop down.
To test that other cases still work correctly. Go back to the front page. This time select a version and then select top crashers. This time the version string at the end of the URL should match the version number you selected.
Status: NEW → ASSIGNED
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → sneethling
Assignee | ||
Updated•13 years ago
|
Target Milestone: --- → 2.4
Comment 7•13 years ago
|
||
Commit pushed to https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/6f20fceceae4038377377bd10f74d53e955f6d0c
Merge pull request #213 from ossreleasefeed/bug700628-select-top-if-noselection
Select top most version if non selected for top crashers :: Fixes bug 700628
Updated•13 years ago
|
Target Milestone: 2.4 → ---
Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.4
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Updated•13 years ago
|
Component: General → Webapp
You need to log in
before you can comment on or make changes to this bug.
Description
•