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

Review k*-p* feature files for dnf5 #1584

Merged
merged 11 commits into from
Nov 4, 2024

Commits on Oct 31, 2024

  1. Remove obsolete comment

    The note was made to explain why the feature is disabled and it wasn't
    removed when it was enabled later on.
    pkratoch committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0c9b3ea View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    8cae0b5 View commit details
    Browse the repository at this point in the history
  2. Adjust log tests for dnf5

    Since there are no longer other logs than the dnf5.log, some scenarios
    or parts of tests that tested these logs are removed.
    pkratoch committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    88255e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c23d2e View commit details
    Browse the repository at this point in the history
  4. Adjust metadata.feature test output for dnf5

    Dnf5 doesn't print the whole messages from librepo on stdout, it instead
    prints them on stderr, plus they are truncated, possibly because there
    can be many errors from librepo at once, for example due to trying many
    mirrors. The full message is then in the dnf5.log.
    pkratoch committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4e6d656 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9a4d1b View commit details
    Browse the repository at this point in the history
  6. Fix obsoletes scenario to test the desired behavior

    There is no point in testing that the behavior is incorrect and having
    just a note about the correct one.
    pkratoch committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a518990 View commit details
    Browse the repository at this point in the history
  7. Remove the persistdir.feature

    There is no reason to test that dnf stores internal information in
    a specific place.
    pkratoch committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4bc9d35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ee47d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c374112 View commit details
    Browse the repository at this point in the history
  10. Simplify dnf5 tags

    pkratoch committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b3c0059 View commit details
    Browse the repository at this point in the history