Closed
Bug 1706016
Opened 4 years ago
Closed 2 years ago
logs for many wpt tasks contain more than 100 lines picked up as failure lines by Treeherder, prevents real test failures from being shown
Categories
(Testing :: web-platform-tests, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: aryx, Unassigned)
Details
Last week, 23 wpt chunks hit the limit of failure lines extracted from the log (100). Open https://sql.telemetry.mozilla.org/queries/65547/source and sort by line_count_new
. This prevents the real failures from being shown and sheriffs have to open the log and search for it. Please reduce this verbose logging.
Flags: needinfo?(james)
Comment 1•4 years ago
|
||
OK, so it seems like what happened here is we suddenly started logging the failures in handler functions. Those need to be fixed, but also the way the logging was happening was broken. So I've filed some upstream PRs to both fix the logging and some of the specific problems:
Flags: needinfo?(james)
Updated•2 years ago
|
Whiteboard: [webdriver:triage]
Comment 2•2 years ago
|
||
Given the above PRs landed, it seems like this problem has got a lot better, so I'm closing as WFM. Feel free to reopen if you disagree with that assessment.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
Updated•2 years ago
|
Whiteboard: [webdriver:triage]
You need to log in
before you can comment on or make changes to this bug.
Description
•