Closed
Bug 1634410
Opened 5 years ago
Closed 5 years ago
Python: Don't use a temporary directory by default
Categories
(Data Platform and Tools :: Glean: SDK, defect, P3)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mdroettboom, Assigned: mdroettboom)
References
Details
(Whiteboard: [telemetry:glean-rs:m13])
Attachments
(1 file)
Using a tempdir for the Glean data directory has been useful for tests. However, it is not a very good default, because it will surprisingly not retain data across runs of the application unless the application developer knows to pass in a directory.
We will probably want this to be always overridable, since different apps will have different requirements, but a better default might be appdirs
user_data_dir
.
Updated•5 years ago
|
Whiteboard: [telemetry:glean-rs:m?] → [telemetry:glean-rs:m13]
Comment 1•5 years ago
|
||
Because this bug's Severity has not been changed from the default since it was filed, and it's Priority is P3
(Backlog,) indicating it has been triaged, the bug's Severity is being updated to S3
(normal.)
Severity: normal → S3
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mdroettboom
Assignee | ||
Updated•5 years ago
|
Assignee: mdroettboom → nobody
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mdroettboom
Comment 4•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•