Project

Profile

Help

Issue #4471

closed

Pulp returns 200 when it fails to create rpm content

Added by daviddavis about 5 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
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 49
Quarter:

Description

Steps to reproduce:

$ echo "blah" > foo-4.1-1.noarch.rpm
$ http --form POST http://localhost:8000/pulp/api/v3/artifacts/ file@./foo-4.1-1.noarch.rpm
$ http POST http://localhost:8000/pulp/api/v3/content/rpm/packages/ relative_path=foo.rpm _artifact="/pulp/api/v3/artifacts/1/" filename=foo-4.1-1.noarch.rpm

The response correctly shows an error ("RPM file cannot be parsed for metadata.") but the http status code is 200.


Related issues

Copied to RPM Support - Issue #4537: Pulp returns 200 when it fails to create rpm contentCLOSED - WONTFIXActions
Actions #1

Updated by ppicka about 5 years ago

  • Assignee set to ppicka

Added by ppicka about 5 years ago

Revision 786308c8 | View on GitHub

Change return status

When RPM file is not parsable return 406 (Not Acceptable) as rpm cannot be accepted due to metadata parse failed.

closes: #4471 https://pulp.plan.io/issues/4471

Signed-off-by: Pavel Picka

Actions #2

Updated by ppicka about 5 years ago

  • Status changed from NEW to POST
Actions #3

Updated by ppicka about 5 years ago

  • Status changed from POST to MODIFIED
Actions #4

Updated by ipanova@redhat.com about 5 years ago

  • Sprint set to Sprint 49
Actions #5

Updated by ttereshc about 5 years ago

  • Triaged changed from No to Yes
Actions #6

Updated by bherring about 5 years ago

  • Copied to Issue #4537: Pulp returns 200 when it fails to create rpm content added
Actions #7

Updated by bmbouter almost 5 years ago

  • Tags deleted (Pulp 3)
Actions #8

Updated by ttereshc over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF