Closed
Bug 1289574
Opened 9 years ago
Closed 9 years ago
Bugscache can't handle unicode characters in summary or summaries of length > 255
Categories
(Tree Management :: Treeherder: Data Ingestion, defect)
Tree Management
Treeherder: Data Ingestion
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wlach, Assigned: wlach)
References
Details
Attachments
(1 file)
When trying to import data from bugzilla into bugscache locally, it generates an exception because of unicode characters in some bug summaries (e.g. bug 1244876). We should fix this.
I've also been working on making the bugscache easier to test, I'll roll that work into this bug.
Comment 1•9 years ago
|
||
Welcome to the wonderful world of unicode in MySQL.
https://bugzilla.mozilla.org/show_bug.cgi?id=1275425 has some useful information.
Comment 2•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Summary: Bugscache can't handle unicode characters in summary → Bugscache can't handle unicode characters in summary or summaries of length > 255
Assignee | ||
Updated•9 years ago
|
Attachment #8774890 -
Flags: review?(james)
Updated•9 years ago
|
Attachment #8774890 -
Flags: review?(james) → review+
Comment 3•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/67438475a1a75399bf141867669293a662211628
Bug 1289574 - Make failing to import a bug into bugscache non-fatal
https://github.com/mozilla/treeherder/commit/8f4d611292f1c8a0a68e241a2893d2a75ac81784
Bug 1289574 - Add a management command to update bugscache
https://github.com/mozilla/treeherder/commit/ef6833891f1f9e0175a30b1a4bc9e128aed1ed67
Bug 1289574 - Handle various edge cases when importing bugs
* UTF-8 characters in summary
* Summary exceeds 255 characters
https://github.com/mozilla/treeherder/commit/9e6f92e60fa9e7c59fe0740f91fc2120d34bc739
Merge pull request #1732 from wlach/1289574
Bug 1289574 - Handle various edge cases with bugzilla mirroring
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•