CI flake: podman image trust show: output is in random order #6764
Labels
flakes
Flakes from Continuous Integration
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
cirrus-flake-xref is reporting a lot of flakes in the
podman image trust show
test (see below).Investigation shows that the output of
podman image trust show
comes out in random order. The test is expecting the following output, in this order:...and is expecting
accept
,reject
, andsigned
in lines 1, 2, and 3 respectively. However, often the output lines are in different order. This causes the test to fail, and if you get unlucky three times the entire CI run will fail.One solution might be to fix
podman image trust show
to output lines in consistent order. Another might be to fix the test so it doesn't rely on order. I don't know enough to suggest which might be preferable.Podman trust [It] podman image trust show
The text was updated successfully, but these errors were encountered: