Issue #536
closedThe RPM validate setting defaults to False, but it should default to True
Description
Description of problem:
We cannot change this until Pulp 3.0.0 due to semantic versioning issues, but the validate setting defaults to False and it would be better if it defaulted to True.
Version-Release number of selected component (if applicable):
2.4.0-1
How reproducible:
Every time.
Steps to Reproduce:
1. Create an RPM repo with a feed that has corrupted RPMs. (You can corrupt an RPM by writing incorrect bytes over it.)
2. Do not set the validate flag at all.
3. Sync the repo.
Actual results:
Nothing will complain about the corrupted RPM.
Expected results:
The sync should complain about the RPM being corrupt.
Additional info:
This should not be fixed in any 2.Y release of Pulp, as it is an API change.
+ This bug was cloned from Bugzilla Bug #1145226 +
Related issues