Project

Profile

Help

Issue #7918

closed

FilesystemExporter does not gracefully handle exporting multiple times

Added by daviddavis over 3 years ago. Updated over 2 years ago.

Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

Ticket moved to GitHub: "pulp/pulpcore/1949":https://github.com/pulp/pulpcore/issues/1949


The move to GHA exposed this bug (not sure how it wasn't an issue in Travis but I was able to reproduce locally).

If there are pre-existing files in the location that FileSystem attempts to export to you get a FileExistsError. This is common in the case where you're exporting multiple times.

Some potential solutions:

  1. Check that the directory is empty before exporting. Maybe even refuse to export but have a --force flag that will remove files in this directory.
  2. Ignore file exists errors either silently or raise a warning.

Related issues

Related to Pulp - Task #7890: Unskip broken filesystem exporter testCLOSED - CURRENTRELEASEdaviddavis

Actions
Actions #1

Updated by daviddavis over 3 years ago

  • Related to Task #7890: Unskip broken filesystem exporter test added
Actions #2

Updated by fao89 over 3 years ago

  • Triaged changed from No to Yes
Actions #3

Updated by ipanova@redhat.com over 3 years ago

I would ignore file exists error. If with every export we expect an additive mode, it would be a waste to --force remove existing file so just in a later step place them back.

Actions #4

Updated by pulpbot over 2 years ago

  • Description updated (diff)
  • Status changed from NEW to CLOSED - DUPLICATE

Also available in: Atom PDF