Commit 9283353
Merge pull request #2587 from drcapulet/alexc-fix-digest-types
Don't use unreliable identity check in digest pipeline.
In some unknown cases, it's possible that the result of `record.value.event.group.get_status()` is a long rather than an integer. This results in the check `0L is 0` which is `False` (and not the correct answer to the intended check.)
This will likely fix GH-2549.1 parent 2682b0a commit 9283353
File tree
2 files changed
+2
-2
lines changed- src/sentry/digests
- tests/sentry/models
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
0 commit comments