Closed
Bug 547859
Opened 16 years ago
Closed 16 years ago
Wrong sort order for Address column
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.7
People
(Reporter: MatsPalmgren_bugz, Assigned: ryansnyder)
References
()
Details
Attachments
(1 file)
|
1023 bytes,
patch
|
ozten
:
review+
|
Details | Diff | Splinter Review |
Wrong sort order for Address column.
STEPS TO REPRODUCE
1. Load the URL (or any other signature that has different values in the
Address column)
2. click on the column head "Address"
ACTUAL RESULTS
Sorted in alphabetical order
EXPECTED RESULTS
Sorted on hex value
This is important to me since I want to be able to quickly estimate
how many are null-pointer crashes.
Updated•16 years ago
|
Target Milestone: --- → 1.7
Updated•16 years ago
|
Assignee: nobody → ryan
| Assignee | ||
Comment 2•16 years ago
|
||
Committing with fix in #522232. Please test on stage to verify it works for you.
==
Deleting application/views/common/list_topcrashers_old.php
Sending application/views/report/do_list.php
Sending js/socorro/report_list.js
Transmitting file data ..
Committed revision 1977.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•16 years ago
|
Target Milestone: 1.7 → 1.6.2
| Assignee | ||
Comment 3•16 years ago
|
||
Mats, can you please verify that this took care of your problem? Thanks!
| Reporter | ||
Comment 4•16 years ago
|
||
I still see the problem at the URL.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•16 years ago
|
Target Milestone: 1.6.2 → 1.7
Corresponding query on stage is https://crash-stats.stage.mozilla.com/report/list?version=Firefox%3A3.6&build_id=&query_search=signature&query_type=exact&query=&date=&range_value=2&range_unit=weeks&process_type=all&plugin_field=&plugin_query_type=&plugin_query=&do_query=&signature=XPCWrappedNative%3A%3AIsValid()&missing_sig=&page=1
The sort order is definitely different than production; whether the new order is the correct order I can't say.
Very Lengthy Aside: I have to keep digging around to find stage when trying to verify things; the only reason I found it here was because Austin happened gave me the URL in the last bug of mine he asked me to verify after I asked a question in response to his cryptic-to-an-outsider previous comment ;)
If the stage URL were provided every time when asking for verification on bugs filed by non-Socorro team members, that would probably help with verifications and with people trying to verify fixes that are only on stage against the old code on production, which is what I think happened here. I've updated my bookmark for stage (from an old, discontinued stage site to the current one) so that I'll find it in the future, but not everyone will have my bookmark.
| Reporter | ||
Comment 6•16 years ago
|
||
The sort order is still wrong at the stage URL in the last comment.
| Assignee | ||
Comment 7•16 years ago
|
||
Found the issue. Created a parser that allows provides hex to integer conversion for sorting. Sending to ozten for code review.
Attachment #445289 -
Flags: review?(ozten.bugs)
Comment 8•16 years ago
|
||
Comment on attachment 445289 [details] [diff] [review]
Patch 2 for 547859
I tested BADA55 and it came back true r+
Attachment #445289 -
Flags: review?(ozten.bugs) → review+
| Assignee | ||
Comment 9•16 years ago
|
||
Thanks Austin. Committing. This will be available for testing on stage shortly. See comment 5 for an url with which to test.
Testing this bug may be dependent on bug #565905 being implemented on stage.
This bug is slated to rollout with the 1.7 Socorro release in 2 weeks.
==
Sending webapp-php/js/socorro/report_list.js
Transmitting file data .
Committed revision 2084.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
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
•