Closed
Bug 1557354
Opened 6 years ago
Closed 4 years ago
Expand testing for start_time/end_time in the pings
Categories
(Data Platform and Tools :: Glean: SDK, enhancement, P3)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: janerik, Unassigned)
Details
(Whiteboard: [telemetry:glean-rs:backlog])
Right now we only test that start and end time are present and are roughly in order.
We should see if we can also test:
- The initial start time is the Glean object creation start time
- start and end time are actually correctly increasing
- the end time of one ping becomes the start ping of the next ping
this might require that we add some mocking. We should investigate our options.
Updated•6 years ago
|
Whiteboard: [telemetry:glean-rs:m?] → [telemetry:glean-rs:backlog]
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•