#35472 closed Cleanup/optimization (fixed)
Image files aren't cleaned up after running tests
Reported by: | bcail | Owned by: | nobody |
---|---|---|---|
Component: | File uploads/storage | Version: | 5.1 |
Severity: | Release blocker | Keywords: | |
Cc: | bcail | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
After each run of the django test suite, I'm seeing two image files ("mug*") left on the filesystem. It looks like the issue is from this commit: 9c5fe93349bd4339c41d057b87046e5d28be6f77.
Change History (5)
comment:1 by , 6 months ago
Component: | Uncategorized → File uploads/storage |
---|---|
Has patch: | set |
Triage Stage: | Unreviewed → Accepted |
Version: | dev → 5.1 |
comment:2 by , 6 months ago
Severity: | Normal → Release blocker |
---|
Marking as release blocker so we backport to stable/5.1.x
.
comment:5 by , 6 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Thank you bcail!
Yes, this was introduced in 9c5fe93349bd4339c41d057b87046e5d28be6f77 (#35139), I have raised a patch. I think we should backport this into 5.1 👍