Actions
Issue #7246
closedStory #6134: [EPIC] Pulp import/export
Failed pulp exports leave behind an export file
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
When an export fails, it still leaves it's tarball on the filesystem. I think we should maybe clean up this file when there's a failure.
Steps to reproduce¶
- Add a
raise
to a ModelResource or really anywhere late in the export code - Export and observe that the task failed and an export gets created on the filesystem
Actions
Exceptions during export-process will result in incomplete export being removed as cleanup.
fixes #7246