Open
Bug 1657589
Opened 4 years ago
Updated 4 years ago
Wait for pings directories to be scanned in bindings tests for ping uploading
Categories
(Data Platform and Tools :: Glean: SDK, defect, P4)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
NEW
People
(Reporter: brizental, Unassigned)
Details
(Whiteboard: [telemetry:glean-rs:backlog])
For glean-core tests we always wait for the directories to be scanned, but not for bindings tests (e.g. https://github.com/mozilla/glean/blob/main/glean-core/src/upload/mod.rs#L978-L981)
We need to investigate and see if it necessary for the bindings and if so, wait on them too.
In this PR we saw a problem related to this on a Kotlin test, so for sure, at least in Kotlin, that is necessary.
Updated•4 years ago
|
Whiteboard: [telemetry:glean-rs:m?] → [telemetry:glean-rs:backlog]
Updated•4 years ago
|
Priority: P3 → P4
You need to log in
before you can comment on or make changes to this bug.
Description
•