Actions
Bug #29653
closedupgraded 3.15 katello fails sometimes uploading package profile
Description
A user reported here: https://community.theforeman.org/t/tasks-ending-with-warnings-after-katello-3-15-upgrade/18467/11
an error uploading some package profiles. This uncovered a couple of issues:
- the epoch of '0' is not handled properly if its not uploaded as a string
- race conditions resulting in attempting to create installed packages that already exist are not handled properly, the resulting objects could cause the association to host to fail (attempts to insert an installed package id of zero
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8689 added
Updated by Chris Roberts over 4 years ago
- Triaged changed from No to Yes
- Fixed in Releases Katello 3.15.1 added
Updated by Justin Sherrill over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|89f83399d7a11e80754eb0f097185b26c5d6bc83.
Updated by Jonathon Turel over 4 years ago
- Pull request deleted (
https://github.com/Katello/katello/pull/8689) - Fixed in Releases Katello 3.17.0 added
- Fixed in Releases deleted (
Katello 3.15.1)
Actions