Opened 11 years ago
Closed 11 years ago
#1105 closed defect (fixed)
byte-blob's tests leave temporary files
Reported by: | Mario Domenech Goulart | Owned by: | Ivan Raikov |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | extensions | Version: | 4.8.x |
Keywords: | byte-blob, tests, temporary files | Cc: | |
Estimated difficulty: |
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.
Note: See
TracTickets for help on using
tickets.
Thanks for reporting this issue. I have added code to remove the temporary files after the tests are finished.