Closed
Bug 1067810
Opened 10 years ago
Closed 10 years ago
Review history page displays the wrong duration
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: dylan)
References
Details
Attachments
(1 file, 1 obsolete file)
614 bytes,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
eg on:
https://bugzilla.mozilla.org/page.cgi?id=review_history.html&requestee=emorley%40mozilla.com
The entry for bug 969123 says 7 hours, whereas in the bug, the review+ was 3 minutes after the review request.
Reporter | ||
Comment 1•10 years ago
|
||
And bug 994359 was listed as having duration 8 hours, but in the bug shows 27 mins.
Reporter | ||
Comment 2•10 years ago
|
||
This bug is present after the latest landing (not sure if the other bug was supposed to fix this).
Assignee | ||
Comment 3•10 years ago
|
||
This is caused by bug 1070317. New flag activity records will have the correct date (because we bypass $flag->modification_date) but the historical data is wrong.
Assignee | ||
Comment 4•10 years ago
|
||
After correcting for the timezone error, I am able to find the timestamps for all canceled flags, except in the case where a user has been renamed. Screenshot demonstrating this for Ed Morley's review history.
Assignee | ||
Updated•10 years ago
|
Attachment #8495523 -
Attachment is obsolete: true
Assignee | ||
Comment 5•10 years ago
|
||
Created tracking bug for this. We're going to have to deal with the incorrect data for now. As a fix, I think we can filter out anything before 2014-09-23. We'll keep the data, and maybe we'll come up with a clever solution.
See Also: → 1073364
Assignee | ||
Comment 6•10 years ago
|
||
As we cannot fix the data right now, we should hide it. This patch hides all review history that happened before this week's push.
Attachment #8496216 -
Flags: review?(dkl)
Comment 7•10 years ago
|
||
Comment on attachment 8496216 [details] [diff] [review]
bug-1067810-v1.patch
Review of attachment 8496216 [details] [diff] [review]:
-----------------------------------------------------------------
r=dkl
Attachment #8496216 -
Flags: review?(dkl) → review+
Assignee | ||
Comment 8•10 years ago
|
||
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
84b390d..977ba8b master -> master
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Component: Extensions: Review → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•