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.
Actions