Opened at 2019-03-07T19:47:50Z
Closed at 2019-03-08T16:48:57Z
#2989 closed defect (fixed)
Many Node-creating tests leak a tempfile mutation
Reported by: | exarkun | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | 1.12.1 |
Keywords: | review-needed | Cc: | |
Launchpad Bug: |
Description
Creating a node mutates tempfile.tempdir to control the location of temporary files during node operation.
The test suite creates many nodes and also runs code that creates temporary files that don't belong in the per-node temporary directory.
This mutation should be cleaned up after each test.
Change History (2)
comment:1 Changed at 2019-03-07T20:06:47Z by exarkun
- Keywords review-needed added
comment:2 Changed at 2019-03-08T16:48:57Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
In 64c5796/trunk:
Note: See
TracTickets for help on using
tickets.
https://github.com/tahoe-lafs/tahoe-lafs/pull/565