[Rpm-maint] [rpm-software-management/rpm] 383: rpm -e and verify conflicting files removed 1 FAILED (rpme.at:327) (Issue #3242)

Michal Domonkos notifications at github.com
Wed Aug 21 09:19:09 UTC 2024


OK, after looking into this more w/ @pmatilai, this turns out to be a test bug (obligatory [meme](https://programmerhumor.io/wp-content/uploads/2023/07/programmerhumor-io-testing-memes-debugging-memes-c242cb2722b41c1.jpg), thanks @pmatilai for sharing).

The culprit is that the tests use the `-a` option which causes the output lines to depend on the order in the rpmdb, not on the order of arguments given on the command line. The correct way to use `-V` here is *without* `-a`, then the order will reflect the arguments, as one (and certainly the tests) would expect.

The fix is easy, I'll do it shortly.

Just a note: The example output above corresponds to a different test in the same `rpme.at` file, not to the commands above it (but the point stands).

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3242#issuecomment-2301571955
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/3242/2301571955 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20240821/e68eecda/attachment-0001.html>


More information about the Rpm-maint mailing list