Summary

byte-blob's tests leave temporary files

Metadata

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.