adapter_driver_version field doesn't work with exists/does-not-exist
Categories
(Socorro :: Webapp, defect, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
References
(Blocks 1 open bug)
Details
In bug #1701599, they're searching and aggregating on adapter_driver_version and it doesn't seem to be working.
This query:
Shows the adapter_driver_version facet as empty, but if you look at specific crash reports that come up in that query, some of them do have an AdapterDriverVersion annotation with data in it.
For example:
| crash id | adapter driver version |
|---|---|
| bp-883ab8e6-1038-42cc-8adf-77f940210418 | 27.21.14.6140 |
| bp-4884dcdf-b984-4aac-b950-4ad050210418 | 27.21.14.6140 |
| bp-961c749d-cfc4-4334-8895-9c8710210418 | 27.21.14.6589 |
What's going on here?
| Assignee | ||
Comment 1•4 years ago
|
||
Oops--meant to take this. I'm looking into it today. It might be related to bug #1671593. I have to poke around to see what's getting indexed and how it's getting indexed and which queries are working and which don't.
| Assignee | ||
Comment 2•4 years ago
|
||
My analysis:
It's the same problem that we had with phc_kind in bug #1706171, but because adapter_driver_version is more common, the symptoms were a little different.
I'm going to dupe this to that bug.
Description
•