Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pes_events_scanner: fix processing of RpmTransactionTasks #1296

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 17, 2024

  1. pes_events_scanner: fix processing of RpmTransactionTasks

    RpmTransactionTasks messages have higher priority than instructions
    based on PES data. Previously, if multiple such messages existed
    with duplicate instructions, this could lead to the crash of
    the actor - especially in case when an existing package has been
    asked to be removed several times. Ensure the occurance of each
    instruction is unique (list -> set).
    
    jira: RHEL-50076
    pirat89 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    24ca41f View commit details
    Browse the repository at this point in the history