Closed
Bug 959876
Opened 11 years ago
Closed 11 years ago
legacy processing flag can be unicode if accepted from another instance of socorro
Categories
(Socorro :: Backend, task)
Tracking
(Not tracked)
VERIFIED
FIXED
72
People
(Reporter: lars, Assigned: lars)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
stage will be receiving crashes from prod directly in the future. a recent change allows the collector to honor the legacy processing flag that it received from an existing crash. Unfortunately, its type changed from int to unicode. The collector must convert it back to int before saving it.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8360127 -
Flags: review?(sdeckelmann)
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/773ad8cc754283f92a4bbc4728a0e46930d9a279
Merge pull request #1793 from twobraids/legacy_int
fixes Bug 959876 - make sure legacy processing flag is an integer
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Attachment #8360127 -
Flags: review?(sdeckelmann) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•