test: remove outdated checkpoint skip#28556
Conversation
This should work again with the latest VM images. Fixes: containers#26289 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
|
LGTM |
|
[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore. |
|
[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore. |
|
Only aarch64 failing with a selinux problem? The container_var_run_t label on the container content seems clearly wrong. The logs form the job show which is the same version as on the passing x86_64 host and selinux should not be arch specific so what is going on with this? |
|
that's weird. Looking into this .. |
|
So, this doesn't occur on a testing-farm f43 aarch64 instance, the differences being selinux-policy and kernel versions. I suspect some kernel/overlay issue which has since been fixed. I can track this further and also enable testing-farm jobs for aarch64. For Cirrus, maybe an image update to fetch newer packages would do it? |
|
I don't think that matters, per AVC the content is labelled wrong, it should not be container_var_run_t but I do not see how the kernel would change that all of the sudden. I suspect some environmental thing we are missing which could explain that it works on tmt. |
|
I did try a |
|
I wonder if this relates to #26473 (comment) in how the tmp dir is created first. But again not sure how the arch matters for anything here as the policies are the same. |
This should work again with the latest VM images.
Fixes: #26289
Does this PR introduce a user-facing change?