Closed
Bug 225043
Opened 21 years ago
Closed 21 years ago
Migration of old chart data should populate "All Open"
Categories
(Bugzilla :: Reporting/Charting, enhancement, P1)
Bugzilla
Reporting/Charting
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: altlist, Assigned: gerv)
Details
Attachments
(1 file, 1 obsolete file)
2.05 KB,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031021 Firebird/0.7
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031021 Firebird/0.7
When upgrading to 2.17.5, the checksetup.pl does not appear to propagate all the
mining data. In particular, none of the "All Open" categories were updated.
But the individual bug_status mining data for each product did get stored into
the series tables.
Reproducible: Always
Steps to Reproduce:
After the upgrade, the new charts shows 0 data points when you try to display a
category with "All Open" status.
Reporter | ||
Comment 1•21 years ago
|
||
Here's a script that I used to propagate the "All Open" series data. Seems to
have fixed the problem.
Assignee | ||
Comment 2•21 years ago
|
||
Oh, I get it.
You are saying that the new "All Open" query should have historical data
populated by adding up the relevant columns from the imported data set?
That's a good idea - an enhancement, but a good idea.
Gerv
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 2.18
Reporter | ||
Comment 3•21 years ago
|
||
Yea, I had thought it was a "bug" or an "admin error" since the "All Open"
category was inconsistent with the existing historical data.
In any case, thanks for earmarking this for 2.18. It'll prevent confusion when
upgrading.
Assignee | ||
Updated•21 years ago
|
Priority: -- → P1
Summary: checksetup.pl does not appear to completely propagate the series_data table → Migration of old chart data should populate "All Open" etc.
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Summary: Migration of old chart data should populate "All Open" etc. → Migration of old chart data should populate "All Open"
Assignee | ||
Comment 4•21 years ago
|
||
This patch populates the new "All Open" series at migration time, based on the
sum of the individual bug counts for all the opened states (NEW + ASSIGNED +
REOPENED + UNCONFIRMED).
Gerv
Assignee | ||
Updated•21 years ago
|
Attachment #135031 -
Attachment is obsolete: true
Assignee | ||
Comment 5•21 years ago
|
||
Comment on attachment 139832 [details] [diff] [review]
Patch v.1
Dave, Myk: is this worth having in time for the upgrade? b.m.o.'s data will
only get migrated once, so if having historical "All Open" data is useful, we
need to check this patch in.
Gerv
Attachment #139832 -
Flags: review?(justdave)
Assignee | ||
Updated•21 years ago
|
Whiteboard: [wanted for 2.17.7]?
Updated•21 years ago
|
Whiteboard: [wanted for 2.17.7]? → [wanted for 2.17.7]? [applied to b.m.o]
Assignee | ||
Comment 6•21 years ago
|
||
Dave: can I get an approval on this, since it was applied to b.m.o.?
Gerv
Flags: approval?
Comment 7•21 years ago
|
||
Comment on attachment 139832 [details] [diff] [review]
Patch v.1
it seems to have worked on b.m.o...
Attachment #139832 -
Flags: review?(justdave) → review+
Updated•21 years ago
|
Flags: approval? → approval+
Assignee | ||
Comment 8•21 years ago
|
||
Fixed.
Checking in checksetup.pl;
/cvsroot/mozilla/webtools/bugzilla/checksetup.pl,v <-- checksetup.pl
new revision: 1.259; previous revision: 1.258
done
Gerv
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Whiteboard: [wanted for 2.17.7]? [applied to b.m.o] → [applied to b.m.o]
Updated•20 years ago
|
Whiteboard: [applied to b.m.o]
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
•