Closed
Bug 1800901
Opened 3 years ago
Closed 3 years ago
`test_reset_glean` on the RLB does not clear the stores even when clear_stores: true
Categories
(Data Platform and Tools :: Glean: SDK, defect, P2)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: brizental, Assigned: janerik)
Details
Attachments
(1 file)
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → jrediger
Priority: P4 → P2
Whiteboard: [telemetry:glean-js:m?]
Assignee | ||
Comment 1•3 years ago
|
||
test_reset_glean
only clears the data if it was already initialized once, otherwise the internals don't actually know the directory to clear.
But test_reset_glean
takes a configuration object, so it knows the directory! We can fix this.
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
badboy merged PR #2294: "Bug 1800901 - test_reset_glean with clear-stores=true will now remove all data if Glean was never initialized." in 1574324.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•