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

The print-problems output order should be stable #28

Open
mtelka opened this issue Aug 13, 2024 · 0 comments
Open

The print-problems output order should be stable #28

mtelka opened this issue Aug 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mtelka
Copy link
Contributor

mtelka commented Aug 13, 2024

I run make update and then oi-pkg-checker run once a day. After that I save the print-problems output to a file. I noticed that the print-problems output could differ after the new run even there are no new problems found:

$ diff log/problems.2024-08-11_00:50:00 log/problems.2024-08-12_00:50:00 | head
656d655
< [WARN] package predicate=pkg:/runtime/go-8 doesn't exist, but is required by package image/graphviz (runtime, conditional)
657a657
> [WARN] package predicate=pkg:/runtime/go-8 doesn't exist, but is required by package image/graphviz (runtime, conditional)
698d697
< [ERROR] renamed package SUNWsfwdemo needs renamed package SUNWnet-snmp-doc
699a699
> [ERROR] renamed package SUNWsfwdemo needs renamed package SUNWnet-snmp-doc
721d720
< [ERROR] renamed package runtime/nodejs needs renamed package runtime/nodejs-10
$

When I sort the log then there are no differences:

$ diff <(sort log/problems.2024-08-11_00:50:00) <(sort log/problems.2024-08-12_00:50:00)
$

It would be great if the print-problems output does not change after the oi-pkg-checker run when there are no changes in the list of the problems.

Thank you.

@aueam aueam added the bug Something isn't working label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants