Summary
byte-blob's tests leave temporary files
Metadata
- Id: 716ebccebd46acccc4e918848bc63b0d54da0045
- Trac id: 1105
- Type: defect
- Reporter: mario
- Owner: iraikov
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version: 4.8.x
- Changetime: 2014-03-07 06:04:11 UTC
- Created: 2014-03-07 00:34:10 UTC
- Keywords: byte-blob, tests, temporary files
Description
It seems that byte-blob's tests creates temporary files but don't delete them at the end of testing.
It's particularly problematic on salmonella machines, which run egg tests multiple times a day.
Changes and comments
[2014-03-07 06:04:11 UTC] iraikov changed status from new to closed
[2014-03-07 06:04:11 UTC] iraikov set resolution to fixed
[2014-03-07 06:04:11 UTC] iraikov wrote:
Thanks for reporting this issue. I have added code to remove the temporary files after the tests are finished.