Project

Profile

Help

Issue #5092

closed

Files are not deleted whent deleting uploads

Added by jcabrera almost 5 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
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:
Sprint 56
Quarter:

Description

This bugs is related to this issue:
https://pulp.plan.io/issues/5087

When the artifact creation fails the upload is not deleted, which is normal.

But when I clean all the server uploads using API

for u in $(http $PORT/pulp/api/v3/uploads/ | jq -r '.results[] | ._href'); do
echo $u
http DELETE $PORT$u
done

The files are not deleted.


Related issues

Related to RPM Support - Test #5145: Test scenario for deleting an uploaded contentCLOSED - COMPLETElmjachkyActions

Also available in: Atom PDF