Closed Bug 1712934 Opened 4 years ago Closed 4 years ago

adapter_driver_version field doesn't work with exists/does-not-exist

Categories

(Socorro :: Webapp, defect, P2)

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1706171

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:

https://crash-stats.mozilla.org/search/?adapter_driver_version=__null__&product=Firefox&process_type=gpu&date=%3E%3D2020-11-13T21%3A10%3A00.000Z&date=%3C2021-05-13T21%3A10%3A00.000Z&_facets=signature&_facets=adapter_driver_version&_sort=-build_id&_sort=-date&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#crash-reports

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?

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: nobody → willkg
Status: NEW → ASSIGNED

My analysis:

https://github.com/willkg/socorro-jupyter/blob/main/notebooks/bug_1712934_adapter_driver_version.ipynb

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.

Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.