Open Bug 1262147 Opened 8 years ago Updated 2 years ago

[mozlog] Create rich html log format designed with live streaming in mind

Categories

(Testing :: Mozbase, defect)

defect

Tracking

(Not tracked)

People

(Reporter: ahal, Unassigned)

References

(Blocks 1 open bug)

Details

There should be an html log format that can update as it's being live-streamed. I.e by inserting dom nodes on the fly. This will let us stream live logs, and give an alternative to the list of lines log approach. For example, failures could be appended to a collapsible list.

This is different from traditional formatters as it likely needs to be written in JavaScript. Getting the log stream from python to the JS formatter will be the challenge. One approach would be to create some sort of websocket handler in mozlog that spins up a websocket server, and have the JS formatter connect directly to that. I believe a python based websocket server is being landed in-tree as part of bug 1231981.

This bug tracks creating the formatter and the websocket bridge (or whatever). It does not track e.g mach or treeherder integration.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.