DNF 5 | |
---|---|
Date | 2023-03-14 to 2023-03-15 |
Time | all day |
Website | QA/Test Days |
Matrix | #test-day:fedoraproject.org |
Mailing list | test |
What to test?
Today's installment of Fedora Test Day will focus on testing
- dnf5 basic sanity (install, remove, reinstall, download)
- dnf5 downgrade / upgrade / update commands
- dnf5 makecache / clean commands
- dnf5 distro-sync / dsync
- any performance issues
Who's available
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion. Use #dnf or #fedora-test-day channels on libera chat. Alternatively, write on sst-cs-software-management@redhat.com In case of problem related to test day organization/wiki/whatever, please reach out to sumantrom.
- Development -
Marek Blaha (mblaha), David Cantrell (dcantrell), Evan Goode (egoode), Jan Kolárik (jkolarik), Pavla Kratochvílová (pkratoch), Aleš Matěj (amatej), Jaroslav Mráček (jmracek), Jaroslav Rohel (jrohel), Nicola Sella (nsella)
- Quality Assurance - Adam Williamson (adamw),coremodule (coremodule), Sumantro Mukherjee (sumantrom)
Prerequisite for Test Day
- A system (real or virtual) you can install Fedora to, and not mind if it breaks
- A Fedora 38 image: download latest 38
How to test?
Install Fedora 38
Testing DNF from a live environment is difficult and will likely wind up with the system exhausting available RAM and failing in strange ways, so we recommend you install Fedora 38 for this Test Day.
Update your machine
Make sure you have all the current updates installed, using the update manager. Note that a clean installed Fedora 38 system will have DNF 4.14, while after update from updates-testing (which is enabled by default), you should have DNF 5 from just execute sudo dnf install dnf5
. We are interested in tests with both versions. If you find an issue with one version, it would be very useful to check if it also happens with the other.
Run the tests
Visit the result page and click on the column title links to see the tests that need to be run: most column titles are links to a specific test case. Follow the instructions there, then enter your results by clicking the Enter result button for the test.
Reporting bugs
If you have problems with any of the tests, report a bug to Bugzilla usually for the component dnf5. If you are unsure about exactly how to file the report or what other information to include, just ask on IRC and we will help you.
Known issues
- Dnf5 repoquery lists some packages twice
https://bugzilla.redhat.com/show_bug.cgi?id=2174337
- Dnf5 group list may stop listing the groups if run for a second time. To workaround, run dnf5 clean all before running dnf5 group list again.
https://bugzilla.redhat.com/show_bug.cgi?id=2173929
- It may happen that group remove doesn’t remove all packages which has been installed by group install.
https://bugzilla.redhat.com/show_bug.cgi?id=2173927