-
Notifications
You must be signed in to change notification settings - Fork 48
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
Enable history undo
tests
#1497
Conversation
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.
LGTM, waiting for the dnf5 patch to merge.
Updated the tests to match new messages. |
/packit test rpm-software-management/dnf5#1452 |
One of the mark.feature tests had to disabled because its not working. Some of the steps had to be moved because `package reasons are` uses internally dnf5 which changes the last stderr output.
- group commands now accept group id instead of a name: DNF-CI-Testgroup -> dnf-ci-testgroup - dnf5 history list doesn't fill in actions: rpm-software-management/dnf5#1448 - Undoing install of dependecies that are not used by anything else is now described as `remove-unused`.
- Undoing install of dependecies that are not used by anything else is now described as `remove-unused`. - The `undo` command now has `allow_erasing` set which allows to remove `postgresql-test-9.6.8-1.module_1710+b535a823.x86_64` but it requires the `--ignore-extras` flag because it is not part of the original transaction
I have rebased the PR and also some of the tests needed an update. |
@pkratoch I think this is ready now. |
@kontura thanks for the update. I suppose you want to merge the last commit merge into enable undo into Enable history-undo.feature before I merge this? |
- dnf5 history list doesn't fill in actions: rpm-software-management/dnf5#1448 - Undoing install of dependecies that are not used by anything else is now described as `remove-unused`. - There is a change in one `Altered` count because dnf4 doesn't count/list `Upgraded` and `Downgraded` actions. dnf5 on the other hand shows the `Replaced` action which is their equivalent.
oh right, yes, thank you. 🙂 |
Requires: rpm-software-management/dnf5#1452 and rpm-software-management/dnf5#1454