Closed
Bug 1556820
Opened 6 years ago
Closed 6 years ago
Make it possible to get log messages out of tests in Rust
Categories
(Data Platform and Tools :: Glean: SDK, defect, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mdroettboom, Assigned: janerik)
Details
(Whiteboard: [telemetry:glean-rs:m5])
Attachments
(1 file)
It's kind of fiddly to get tests to spew out log messages on the Rust side (see here). It requires putting a function in each test module and calling that function from each test.
If it's worth the effort, maybe we should do this.
| Assignee | ||
Comment 2•6 years ago
|
||
Assignee: nobody → jrediger
| Assignee | ||
Comment 3•6 years ago
|
||
Taking this as I sent the PR already.
Priority: -- → P1
Whiteboard: [telemetry:glean-rs:m?] → [telemetry:glean-rs:m5]
| Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•