Description of problem: I create a repo, and push to it a corrupt rpm, which won't install. Version-Release number of selected component (if applicable): 2.2.0-1 How reproducible: always Steps to Reproduce: 1. locate a corrupt rpm: rpm -K /tmp/corruptrpm-1.0-1.noarch.rpm: RSA sha1 ((MD5) PGP) md5 NOT OK (MISSING KEYS: (MD5) PGP#f44e7eb7) 2. pulp-admin rpm repo create --repo-id test-repo2 --relative-url test-repo2 3. pulp-admin rpm repo uploads rpm -f /tmp/corruptrpm-1.0-1.noarch.rpm --repo-id=test-repo2 +----------------------------------------------------------------------+ Unit Upload +----------------------------------------------------------------------+ Extracting necessary metadata for each request... [==================================================] 100% Analyzing: corruptrpm-1.0-1.noarch.rpm ... completed Creating upload requests on the server... [==================================================] 100% Initializing: corruptrpm-1.0-1.noarch.rpm ... completed Starting upload of selected units. If this process is stopped through ctrl+c, the uploads will be paused and may be resumed later using the resume command or cancelled entirely using the cancel command. Uploading: corruptrpm-1.0-1.noarch.rpm [==================================================] 100% 2729160/2729160 bytes ... completed Importing into the repository... ... completed Deleting the upload request... ... completed Actual results: Corrult rpm successfully pushed into pulp. Expected results: rpm upload should fail due to incorrect checksum Additional info:
this was not a corrupt rpm after all.
This also is applicable with actual corrupt rpm:s with sha1sum mismatch,.
*** Bug 1029085 has been marked as a duplicate of this bug. ***
Moved to https://pulp.plan.io/issues/211