Actions
Issue #5924
closedAdvisory conflict resolution affects mirror sync case
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 66
Quarter:
Description
Currently advisory conflict resolution assumes that advisories from a base/previous version are always present in the new one. It might not always be the case (e.g. mirror case). Current behaviour leads to wrong results - either more advisories are present than needed, or the error is raised due to inability to resolve advisory conflicts.
resolve_advisories should check whether any conflicts are present in the current version and only then, look into previous version for such advisories to figure out which ones were present before and which ones are being added.
Actions
Advisory conflict resolution
Advisory conflict resolution now check current version first if advisory resolution is needed.
Required PR: https://github.com/pulp/pulp_rpm/pull/1568
closes: #5924 https://pulp.plan.io/issues/5924