Closed
Bug 1141770
Opened 11 years ago
Closed 11 years ago
merge_users.pl fails if the two accounts have accessed the same bug and is in the bug_interest table
Categories
(bugzilla.mozilla.org :: MyDashboard, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
Details
Attachments
(1 file)
|
673 bytes,
patch
|
dylan
:
review+
|
Details | Diff | Splinter Review |
A failed merge from bug 1141199 generated this error:
DBD::mysql::st execute failed: Duplicate entry '1055699-437955' for key 'bug_interest_idx' [for Statement "UPDATE bug_interest
SET user_id = ?
WHERE user_id = ?" with ParamValues: 0=437955, 1=284198] at ./contrib/merge-users.pl line 236
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Comment on attachment 8575591 [details] [diff] [review]
1141770_1.patch
Review of attachment 8575591 [details] [diff] [review]:
-----------------------------------------------------------------
r=dylan
I can't help but think I should have written test cases for bug_interest. :-/
Attachment #8575591 -
Flags: review?(dylan) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Thanks
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
926e010..f45322b master -> master
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•