tests of/using BuilddSlaveTestSetup mangle global state for other tests
Bug #780794 reported by
Robert Collins
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Launchpad itself |
Triaged
|
High
|
Unassigned | ||
Bug Description
lib/canonical/
alters global state. This should have a matching
self.addCleanup
to restore the original environment variable. Or better yet the HOME should only be exported to the child process, not -ever- altered in the main test process.
To post a comment you must log in.