Actions
Issue #2512
closedPuppet Importer swallows exception when one is raised during upload
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.13.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 18
Quarter:
Description
The upload_unit method in the Puppet Importer[0] catches an exception experienced during upload and then returns a generic progress report. As a result the actual exception is never propagated to the user.
This problem can be reproduced with the following steps:
pulp-admin puppet repo create --repo-id blah
touch blah-blah-1.2.1.tar.gz
pulp-admin puppet repo uploads upload -f blah-blah-1.2.1.tar.gz --repo-id blah
Related issues
Updated by dkliban@redhat.com almost 8 years ago
- Subject changed from importer catches exception when one is raised during upload to Puppet Importer swallows exception when one is raised during upload
Updated by daviddavis almost 8 years ago
- Related to Issue #2500: ValueError exception is raised when uploading module with invalid name added
Updated by dalley almost 8 years ago
- Related to Issue #2543: RPM Importer swallows exception when one is raised during upload added
Updated by daviddavis over 7 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
Updated by daviddavis over 7 years ago
- Status changed from ASSIGNED to POST
Updated by daviddavis over 7 years ago
Opened an issue against Katello:
Added by daviddavis over 7 years ago
Updated by daviddavis over 7 years ago
- Status changed from POST to MODIFIED
Applied in changeset 5608e855cbe5953d3dab00550a07d5883d8c7227.
Updated by pcreech over 7 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
Allow puppet upload errors to propagate
Changing upload errors to PulpCodedExceptions so they can propagate the error message to the user.
closes #2512 https://pulp.plan.io/issues/2512