Closed
Bug 926641
Opened 12 years ago
Closed 12 years ago
Release tracking report broken since 12-Oct BMO maintenance
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: RyanVM, Assigned: dkl)
References
()
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
|
1.11 KB,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
As an example, if I choose "approval-mozilla-beta" changed to '+' for the default time range and all products and cf_status_firefox25 "not fixed", I get a list much larger than I should be, including many that are fixed.
| Assignee | ||
Comment 1•12 years ago
|
||
Comment on attachment 816850 [details] [diff] [review]
926641_1.patch
this does:
not (a specific tracking flag is set to fixed/verified)
which is different from:
(a specific tracking flag is set, but not fixed/verified)
so you're returning more bugs than the pre-migration report.
as far as i can tell you just need to COALESCE(tfb.value, '')
Attachment #816850 -
Flags: review?(glob) → review-
| Assignee | ||
Comment 3•12 years ago
|
||
Attachment #816850 -
Attachment is obsolete: true
Attachment #817403 -
Flags: review?(glob)
Comment on attachment 817403 [details] [diff] [review]
926641_2.patch
r=glob
Attachment #817403 -
Flags: review?(glob) → review+
commited to make today's push:
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.2/
modified extensions/BMO/lib/Reports/ReleaseTracking.pm
Committed revision 9071.
i also snuck in a fix for the debug output, and removed a dependant subquery from the generated sql (minor issues i noticed during review).
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Extensions: TrackingFlags → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•