Closed
Bug 1587343
Opened 6 years ago
Closed 6 years ago
PingType instances are not tied to Glean instances
Categories
(Data Platform and Tools :: Glean: SDK, defect, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: janerik, Assigned: janerik)
Details
(Whiteboard: [telemetry:glean-rs:m10])
Attachments
(1 file)
While debugging test failures in Fenix I noticed that custom pings might not be re-registered across test functions, causing successive tests to fail because they try to send "unknown" pings.
We should be keeping a list of registered pings and re-register them, but for some reason it's not working as intended.
| Assignee | ||
Updated•6 years ago
|
Priority: P3 → P1
Whiteboard: [telemetry:glean-rs:m?] → [telemetry:glean-rs:m10]
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jrediger
| Assignee | ||
Comment 1•6 years ago
|
||
| 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
•