Closed
Bug 1959515
Opened 5 months ago
Closed 5 months ago
Calling test_get_attribution|test_get_distribution soon after calling init will crash
Categories
(Data Platform and Tools :: Glean: SDK, defect)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chutten, Unassigned)
References
Details
Attachments
(1 file)
This is because they don't ensure that init has completed sufficiently for their with_glean
calls. They should probably only crash if init wasn't called, otherwise join_init
.
Reporter | ||
Updated•5 months ago
|
Reporter | ||
Comment 2•5 months ago
|
||
Actually, wait, this is related to but distinct from bug 1959771
Comment 3•5 months ago
|
||
Reporter | ||
Comment 4•5 months ago
|
||
chutten merged PR [mozilla/glean]: bug 1959515 - Let test_get_{attribution|distribution} wait on init if in progress (#3110) in 5a6ec33.
Status: REOPENED → RESOLVED
Closed: 5 months ago → 5 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•