Bug #33648
Errata changing in the upstream repo is not being reflected in the Katello DB
Description
If an erratum changes in the upstream repo, Pulp will create a new advisory. Katello is not detecting this and is keeping the old erratum href, even if it no longer exists.
Steps to reproduce:
1) Use the python simple http server to host the "zoo" repo in the Katello source code's test/fixtures/test_repos
2) Sync that local repo
3) Edit an erratum (the title or description perhaps) in the repo's updateinfo.xml, delete everything in repodata, run ./create, and host again.
4) Sync the repo again using a complete sync. This forces content indexing to run.
5) Look at the erratum in the repository. Note that the erratum has not been updated with what you expect
6) To be extra sure a new erratum was generated, use the pulp cli to check the advisories in the repo's latest version. You should see that your edited erratum/advisory is correct in Pulp
Associated revisions
History
#1
Updated by Ian Ballou over 1 year ago
- Bugzilla link set to 2011528
#2
Updated by The Foreman Bot over 1 year ago
- Assignee set to Ian Ballou
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9703 added
#3
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.3.0 added
#4
Updated by Anonymous over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|8ab1814d5a295187dc595c539b26e30dfc1eb777.
#5
Updated by Andrew Dewar over 1 year ago
- Triaged changed from No to Yes
- Status changed from Closed to Assigned
#6
Updated by The Foreman Bot over 1 year ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9721 added
#7
Updated by Ian Ballou over 1 year ago
- Status changed from Ready For Testing to Closed
Fixes #33648 - errata & association models not being updated (#9703)