Closed
Bug 1005326
Opened 11 years ago
Closed 11 years ago
filter out nulls from correlations
Categories
(Socorro :: Database, task)
Socorro
Database
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: rhelmer)
Details
(Whiteboard: [qa-][DB change])
Correlations is failing on stage, hit some NULLs in process JSON. We should guard more carefully against these as anything could be NULL there.
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/cfce55315dcba105bec1a11331f5d400dcbe65c1
fix bug 1005326 - check correlations data for null
https://github.com/mozilla/socorro/commit/925cffafae4c0169ad0faa6e406eb8e98808816f
Merge pull request #2038 from rhelmer/bug1005326-correlations-filter-null
fix bug 1005326 - check correlations data for null
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/c5bd14cede0bc9846758f2166ceedbd70622f2f5
bug 1005326 - fix sql syntax for correlations
https://github.com/mozilla/socorro/commit/39db0f30ced1be7dc03f6b3b4aa7567ced9ef97a
Merge pull request #2040 from rhelmer/bug1005326-correlations-filter-null
bug 1005326 - fix sql syntax for correlations
Updated•11 years ago
|
Whiteboard: [qa-][DB change]
You need to log in
before you can comment on or make changes to this bug.
Description
•