Open
Bug 1950940
Opened 6 months ago
Updated 5 months ago
cc_error_lines missing from new_failure_cache
Categories
(Tree Management :: Treeherder, defect)
Tree Management
Treeherder
Tracking
(Not tracked)
NEW
People
(Reporter: aryx, Unassigned)
Details
Data about new failures is supposed to be stored in two different cache values: one for mozilla-central and autoland, and one for comm-central. The latter one is missing which can be observed if the new_failure_cache
table in the Treeherder database at https://sql.telemetry.mozilla.org/queries/new gets queried with
select cache_key
from new_failure_cache
Comment 1•5 months ago
|
||
I am confused why this is not happening. We only record based on m-c/autoland or c-c.
If we don't see anything, then possibly the job.repository
field has a different value for comm-central
? a few other thoughts:
- comm-central isn't using the same error parsing logic
- somehow this is all getting merged into the
mc_error_lines
. I have adjusted this in my latest PR for updating failure new cache- but I don't expect my changes to affect behavior
You need to log in
before you can comment on or make changes to this bug.
Description
•