The launchpadlib used in pagetests uses a cache in the home directory
Bug #599886 reported by
Leonard Richardson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Benji York |
Bug Description
When you run pagetests locally, launchpadlib caches the documents it receives in your home directory, under .launchpadlib/
Every Launchpad object created within a pagetest should use a different temporary directory as its cache directory.
Related branches
lp://qastaging/~benji/launchpad/fresh-cache-dirs
- Jeroen T. Vermeulen (community): Approve (code)
- Robert Collins (community): Needs Fixing
-
Diff: 72 lines (+41/-1)2 files modifiedlib/canonical/launchpad/pagetests/webservice/launchpadlib.txt (+30/-0)
lib/lp/testing/_webservice.py (+11/-1)
Changed in launchpad-foundations: | |
status: | Triaged → In Progress |
Changed in launchpad-foundations: | |
status: | In Progress → Fix Committed |
tags: |
added: qa-untestable removed: qa-needstesting |
Changed in launchpad-foundations: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Triaging this as high because it will reduce the chance of developer annoyance for a very, very cheap cost.