Closed
Bug 679360
Opened 14 years ago
Closed 14 years ago
multi-version /report/list count should match search count
Categories
(Socorro Graveyard :: Middleware, defect)
Socorro Graveyard
Middleware
Tracking
(Not tracked)
VERIFIED
FIXED
2.4.1
People
(Reporter: rhelmer, Assigned: adrian)
References
Details
Per bugzilla 679310 comment 6, the way we're doing multi-version searches is slightly different than the way /report/list works. This isn't trivial to fix in the current code, but will be once bug 678642 is done.
| Assignee | ||
Comment 1•14 years ago
|
||
This is due to a change I made in search while moving it to the middleware. Full explanations are in bug 711233. Work on bug 537003, bug 712586 and bug 678642 will hopefully fix all those inconsistencies.
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Updated•14 years ago
|
Component: General → Webapp
| Assignee | ||
Updated•14 years ago
|
Component: Webapp → Middleware
QA Contact: socorro → middleware
| Assignee | ||
Comment 2•14 years ago
|
||
Fixed with bug 678642.
Steps to QA
-----------
1. Go to advanced search
2. Perform any search that is likely to give a fair number of results
3. Click on a signature that shows more than 250 results
4. In the Reports tab, check that the total number of crashes is the same as what search displayed.
Assignee: nobody → adrian
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.4.1
Comment 3•14 years ago
|
||
QA verified on dev following the steps in comment 2.
Status: RESOLVED → VERIFIED
Comment 4•14 years ago
|
||
Steps to verify, pulled down the reports list.hml files locally and ran grep to verify the results counts.
grep -rc report-date_processed list.html
Updated•10 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•