Closed
Bug 16016
Opened 25 years ago
Closed 25 years ago
Votes field gives wrong value in bug lists.
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
Bugzilla
Bugzilla-General
Tracking
()
VERIFIED
FIXED
Bugzilla old
People
(Reporter: CodeMachine, Assigned: terry)
Details
It seems that the "Votes" column in bug lists is wrong, it is different from
what appears in the bug itself.
I have a query:
http://bugzilla.mozilla.org/buglist.cgi?email1=&emailtype1=substring&emailassign
ed_to1=1&emailreporter1=1&emailqa_contact1=1&emailcc1=1&email2=&emailtype2=subst
ring&emailreporter2=1&changedin=&votes=3&chfieldfrom=&chfieldto=Now&chfieldvalue
=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_
file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=
substring&newqueryname=&form_name=query&order=votesum%2C%20bugs.priority%2C%20bu
gs.bug_severity
to return the most popular bugs. It seems that it returns the number of votes
multiplied by the number of people in the CC field!
See in particular bug #991 : 22 votes x 4 CC people = 88 and bug #3013 : 17
votes x 5 CC people = 85.
This is bad because it is affecting which bugs appear the most important.
Reporter | ||
Comment 1•25 years ago
|
||
Smallest URL to test on:
http://bugzilla.mozilla.org/buglist.cgi?emailcc1=1&votes=10 (works equally well
for emailcc2).
OK, well, you don't need the "votes=10", but you probably don't want to see the
query that results from its removal. =)
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•25 years ago
|
||
F***. Likewise, s***, d***, and h***.
I have been thinking of doing a rewrite of the way votes are stored in the db
(well, actually just adding a cached value) to simplify the SQL. I was going to
do this for effeciency purposes. But I think what's going on here is that SQL
just doesn't handle sum() requests the way I want it to. So I'll go do that
rewrite in order to fix this bug.
Stay tuned...
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
OK, this has been fixed in the manner described.
Comment 5•23 years ago
|
||
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Target Milestone: --- → Bugzilla old
Version: other → unspecified
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•