-
Notifications
You must be signed in to change notification settings - Fork 47
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
Tests for repoquery -f, -l #1488
Conversation
After creating the tests for dnf4 branch, I realized these are already present in the dnf5, so no need to backport it there. |
Just thinking whether it would have some maintenance benefit to keep |
You're right, I'll try to reuse the tests from dnf5, drop the unusable ones and add the missing test for -l in dnf5. |
The |
34dc60a
to
b21dd86
Compare
I've backported the tests from the dnf5 branch and did small adjustments. |
Hmm, it seems the CI tests are failing because F39 environment is used for testing, though the filelists changes were introduced in >= F40. These three failing tests are passing for me locally. |
I think we should better migrate also the dnf4 branch of CI stack to use TMT testing, so we get the different chroots testing "for free". |
Backported from the dnf5 branch.
bc7e79c
to
1a1fe39
Compare
Hmm, so I forgot to actually add the testing repository that is used in the tests. Anyway, it's interesting no error about that non-existing repo was thrown. |
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.
Thanks!
Related: rpm-software-management/dnf#2083.