Open
Bug 1900056
Opened 1 year ago
Updated 16 days ago
Use ProxyLogger or something similar for logging in mozperftest
Categories
(Testing :: mozperftest, task, P5)
Testing
mozperftest
Tracking
(Not tracked)
NEW
People
(Reporter: sparky, Unassigned)
References
Details
(Whiteboard: [fxp][operational])
This bug is for moving the logger in mozperftest to the ProxyLogger or something similar. Currently, the mach command logger is used but it can't handle log messages with JSON-like structures in them. For the functional tests we already have that use the perfMetrics: {JSON} scheme for outputting metrics we use a different logger there so we don't hit this issue, but in the ShellScriptRunner we hit the issue since we're using the mach command logger directly for test output.
Updated•1 year ago
|
Updated•3 months ago
|
Priority: P2 → P4
Updated•3 months ago
|
Whiteboard: [fxp] → [fxp][operational]
Updated•3 months ago
|
Severity: S3 → S4
Updated•16 days ago
|
Priority: P4 → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•