Closed Bug 1414949 Opened 7 years ago Closed 4 years ago

test view should account for harness level failures

Categories

(Tree Management Graveyard :: Treeherder: Test-based View, enhancement, P3)

enhancement

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: jmaher, Unassigned)

References

Details

right now testview only supports structured logs, unfortunately a harness timeout doesn't yield a structured log:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=7c84d5c721a130d13a143972547860ba3e62aecd&selectedJob=142039334

what can we do here:
1) investigate structured logs from our harnesses
2) support raw log ingestion for test view
I think possibly #1 could be doable if we spent the time combing through the in-browser and python harnesses.

:ahal, do you think it is possible to emit structured logs for our test harnesses?
Flags: needinfo?(ahalberstadt)
It is in the structured log already (search for "Application timed out"):
https://public-artifacts.taskcluster.net/E40lgOEiRKG551HuYmT3TQ/0/public/test_info/chrome_raw.log

But it's being logged as an INFO message for some reason:
https://dxr.mozilla.org/mozilla-central/source/testing/mochitest/runtests.py#2763

The next line gets logged as an ERROR though, is that not being picked up either? If not then maybe the test view is only catching actual test failures and not error logs?
Flags: needinfo?(ahalberstadt)
Priority: -- → P2
Priority: P2 → P3

This feature has been removed.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
Product: Tree Management → Tree Management Graveyard
You need to log in before you can comment on or make changes to this bug.