-
Notifications
You must be signed in to change notification settings - Fork 125
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
Fix inability of rpm-ostree to install multiple packages #2887
Conversation
20a594f
to
f9a1b0d
Compare
f9a1b0d
to
944feff
Compare
So this PR now depends on #2828, right? |
Correct, and adds Alpine among the container images to test |
944feff
to
c97b9b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just nitpicks
That's 3 lines removed. The rest of 800+ lines of the patch consist of various improvements to related tests: * new unit test, uses package managers directly to install multiple packages, * `prepare/install` test refactored and extended to cover more distros when testing the basic operations, through parametrization, * added new custom images to make tests cover "ostree" scenario * plenty of `TODO` comments that should be resolved later.
ea82cf1
to
97a3cb4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for substantially improving the test coverage! Just two (non-blocking) thoughts.
That's 3 lines removed. The rest of 800+ lines of the patch consist of various improvements to related tests: * new unit test, uses package managers directly to install multiple packages, * `prepare/install` test refactored and extended to cover more distros when testing the basic operations, through parametrization, * added new custom images to make tests cover "ostree" scenario * plenty of `TODO` comments that should be resolved later.
That's 3 lines removed. The rest of 800+ lines of the patch consist of various improvements to related tests:
prepare/install
test refactored and extended to cover more distros when testing the basic operations, through parametrization,TODO
comments that should be resolved later.Pull Request Checklist