Project

General

Profile

Actions

Bug #30541

closed

pulp3 repo sync not storing issued/updated dates for errata

Added by Partha Aji over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Category:
Repositories
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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

Also available in: Atom PDF