#4284 RepoWatcher can return an old repo if no min_event specified
Closed: Fixed by tkopecek. Opened by mikem.

If no min_event is given to RepoWatcher, it can report an older repo during the first pass. This is a discrepancy in the interpretation of min_event=None. For requests, it means "use the default min_event based on the repo lag setting", but the first pass check effectively treats it as "no event requirement".


fix forthcoming

Metadata Update from @mikem:
- Custom field Size adjusted to None

fix in #4285

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.35.2

Metadata Update from @tkopecek:
- Issue tagged with: testing-ready

Metadata Update from @mfilip:
- Issue tagged with: testing-done

Commit 5e1584ec fixes this issue

As noted in #4339, this also affects waitrepo tasks on builders, which can result in builds using repos older than the configured RepoLag setting

Metadata Update from @mikem:
- Issue set to the milestone: None (was: 1.35.2)

Metadata Update from @mikem:
- Issue set to the milestone: 1.35.2

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/4284

Please continue any further discussion there.

Metadata
Related Pull Requests