-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change mechanism of modular errata applicability (RhBug:1804234)
It changes the behavior when there is no modular data but errata includes a module for which it was created. In this case the code will not recognize it as applicable. Originally the test recognized errata as applicable when module stream was enabled. It resulted in problems (false positive) for multicontext streams. The new algorithm uses name, stream, and context for the search pattern to prevent false positive. This approach is 100% functional with static_context modules. For other modules it could create problems when errata is not shipped together with related yamls. https://bugzilla.redhat.com/show_bug.cgi?id=1804234
- Loading branch information
Showing
4 changed files
with
67 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters