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

Enable history undo tests #1497

Merged
merged 6 commits into from
Jun 11, 2024
Merged

Commits on Jun 10, 2024

  1. Enable step package reasons are for dnf5

    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.
    kontura committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    994119e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97ac22e View commit details
    Browse the repository at this point in the history
  3. Enable history-undo-comps.feature

    - 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`.
    kontura committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    008e9d7 View commit details
    Browse the repository at this point in the history
  4. Enable history-undo-dependant.feature and history-undo-obsoletes.feature

    - 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
    kontura committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0fe4515 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Enable history-undo.feature

    - 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.
    kontura committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a4a81db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aa75ff View commit details
    Browse the repository at this point in the history