Opened 10 years ago

Closed 10 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.

Change History (1)

comment:1 Changed 10 years ago by Ivan Raikov

Resolution: fixed
Status: newclosed

Thanks for reporting this issue. I have added code to remove the temporary files after the tests are finished.

Note: See TracTickets for help on using tickets.