Closed Bug 1858112 Opened 1 year ago Closed 1 year ago

performance try push doesn't show jobs in perfherder

Categories

(Testing :: Performance, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emilio, Unassigned)

References

Details

(Whiteboard: [fxp])

The push was made with ./mach try perf --rebuild 10 --show-all --query "'shippable 'speedometer3 'firefox !32"

Assignee: nobody → bacasandrei
Severity: -- → S3
Priority: -- → P3

I investigated the links provided and in both cases there are no results in Threeherder's db and that's why nothing in displayed in Compare View.
Here are some links for the results in Compare View which show that the values field is empty (I also manually searched for the results in the performance_datum table from Treeherder using https://sql.telemetry.mozilla.org/queries/new to confirm this).

Results for the first link:

speedometer3 opt fission webrender Base New
linux1804-64-shippable-qr base values new values
windows10-64-shippable-qr base values new values

Results for the second link:

speedometer3 opt fission webrender Base New
windows10-64-shippable-qr base values new values

Do you know how this could happen Beatrice?

(In reply to Julien Wajsberg [:julienw] from comment #3)

Do you know how this could happen Beatrice?

Not sure, I'm thinking is a tc or ingestion issue - but I don't have much context in that area.

Who could investigate this more?
It would be good to determine if this is a one-off issue or if this happens regularly.

Beatrice and I are on it :)

Perfherder uses its API to fetch this data for the "old push" from comment 0. Only element 3396 has a non-empty values property (the ones for Linux). It looks like element 3401 should be the one for Windows (+ Firefox) but values is empty.

Can you check the data is in the database? A query which groups by machine_platform.platform counts the following performance_datum rows:

gecko-decision
	1
lint
	1
linux1804-64-shippable-qr
	2,080
linux64-shippable
	103
macosx1015-64-shippable
	1
osx-shippable
	38
windows2012-64-shippable
	42

The 42 Windows rows are for the build tasks.

Whiteboard: [fxp]

The issue is unrelated to performance - the logs for these tasks did not get parsed. I continue the investigation.

The logs from comment 0 did not get parsed because of an issue with the deployment at that time. The other (common) case of logs not getting parsed - which did not affect extraction of performance data and failure lines - has a patch in bug 1861045.

Assignee: bacasandrei → nobody
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.