Actions
Bug #30541
closedpulp3 repo sync not storing issued/updated dates for errata
Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Description
I am not sure if this is a pulp3 issue or katello indexing issue but when I sync a yum repo the synced errata has nil for issued/updated date even though the updateinfo has those fields specified.
1) Create and Sync - https://jlsherrill.fedorapeople.org/fake-repos/needed-errata/
2) On the rails console check if issued was set for any errata
> ::Katello::Erratum.where.not(issued:nil) D, [2020-07-31T15:29:52.696216 #2243] DEBUG -- : Katello::Erratum Load (1.6ms) SELECT "katello_errata".* FROM "katello_errata" WHERE "katello_errata"."issued" IS NOT NULL => []
3) You could also goto the errata details page for any erratum in this repo and see the issued/updated dates are not set.
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Justin Sherrill
- Pull request https://github.com/Katello/katello/pull/8872 added
Updated by Justin Sherrill over 4 years ago
- Target version set to Katello 3.16.0
Updated by The Foreman Bot over 4 years ago
- Fixed in Releases Katello 3.18.0 added
Updated by Justin Sherrill over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|e397a08e658a41aae691b4e0e1a5f22b63783fcf.
Updated by James Jeffers over 4 years ago
- Triaged changed from No to Yes
- Fixed in Releases Katello 3.16.0 added
- Fixed in Releases deleted (
Katello 3.18.0)
Actions