Closed
Bug 1417267
Opened 7 years ago
Closed 7 years ago
Output structured logs for jstests and jit-tests in automation
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
Details
Attachments
(1 file)
16.48 KB,
patch
|
jonco
:
review+
|
Details | Diff | Splinter Review |
Apparently, if we output test results in a "structured logging" format, then they will automatically get scooped up and processed by existing automation.
I wanted this for eg looking at the duration of tests to see which ones might be creeping close to a timeout.
Assignee | ||
Comment 1•7 years ago
|
||
The jstests/jit-tests separation make this clunkier than it ought to be. And perhaps someday we should bite the bullet and make our test harnesses depend on the in-tree python stuff. I didn't especially want to deal with that right now, but I can if you think this is too gross.
Attachment #8928328 -
Flags: review?(jcoppeard)
Comment 2•7 years ago
|
||
Comment on attachment 8928328 [details] [diff] [review]
Output structured logs for jstests and jit-tests in automation
Review of attachment 8928328 [details] [diff] [review]:
-----------------------------------------------------------------
This seems fine.
Attachment #8928328 -
Flags: review?(jcoppeard) → review+
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a83b373d2d2e
Output structured logs for jstests and jit-tests in automation, r=jonco
Comment 4•7 years ago
|
||
Backed out for failing Spidermonkey jstests and jit-tests on a CLOSED TREE
Failure log: https://public-artifacts.taskcluster.net/SsdsySSERBOqhok7O9O25g/0/public/logs/live_backing.log
Push on which failures started: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=a83b373d2d2ec45343f1612929881e00c099843e&filter-classifiedState=unclassified&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception
Backout: https://hg.mozilla.org/integration/mozilla-inbound/rev/39b52bba2abfddf3a4bee78b0cce9a505d93f204
Flags: needinfo?(sphink)
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/95338f62791d
Output structured logs for jstests and jit-tests in automation, r=jonco
Comment 7•7 years ago
|
||
bugherder |
Updated•6 years ago
|
Flags: needinfo?(sphink)
You need to log in
before you can comment on or make changes to this bug.
Description
•