Closed
Bug 1049796
Opened 10 years ago
Closed 10 years ago
staticdata.py os_names table missing 'Unknown' row
Categories
(Socorro :: Database, task)
Socorro
Database
Tracking
(Not tracked)
RESOLVED
FIXED
100
People
(Reporter: rhelmer, Assigned: rhelmer)
References
Details
It's important to have the 'Unknown' os_name in os_names, otherwise update_reports_clean() gets a NULL on one of its joins:
10:13 < jorgenpt> IntegrityError: null value in column "os_version_id" violates
not-null constraint
Assignee | ||
Comment 1•10 years ago
|
||
We're actually splitting out staticdata from fakedata over in bug 1049775, so going to block on that landing to fix this one.
Status: NEW → ASSIGNED
Depends on: 1049775
Assignee | ||
Updated•10 years ago
|
Summary: fakedata.py os_names table missing 'Unknown' row → staticdata.py os_names table missing 'Unknown' row
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/2a781528d2c1e245a73bb9afc5ff668bdc5b1793
fix bug 1049796 - need Unknown in os_names table for JOIN that update_reports_clean() does
https://github.com/mozilla/socorro/commit/422d038b9a7bb59bd10cc10fc6d9e56475066ed2
Merge pull request #2303 from rhelmer/bug1049796-add-unknown-os-to-os_names
fix bug 1049796 - need Unknown in os_names table for JOIN that update_re...
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Target Milestone: --- → 100
You need to log in
before you can comment on or make changes to this bug.
Description
•