-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
tests/int: skip "update memory vs CheckBeforeUpdate" on EL9 #4455
Conversation
OK, it's not this test, it's probably the next one. |
This test case is frequently hanging recently. Might be caused by a recent kernel update from 5.14.0-427.33.1.el9_4.x86_64 to 5.14.0-427.37.1.el9_4.x86_64. Could not reproduce locally. Let's skip it for now. Signed-off-by: Kir Kolyshkin <[email protected]>
close/reopen to kick CI |
This seems to fix almalinux-9, but ubuntu failed with:
which doesn't seem like a flake :-/ |
Oh, that is fixed by #4452 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
It would be great to report the issue to upstream, but we need to have a working CI meanwhile. Do you know where to report it? Maybe some redhat thingy? Or just fedora?
OK, ran it a few times and it looks like it's working. The issue is something about OOM killer and for some reason it's only revealing itself on Cirrus CI. I will debug it further but for now we should just skip the test. |
If we're still talking about the hang, I need more time to look into it. Maybe this is something about Google cloud instance being used, or some Cirrus CI, or something else, but I can't repro it locally so probably it's not about Alma Linux 9 or the new kernel per se. In Cirrus CI, you can have a terminal to debug, and I used that; the problem is soon after the tests hang, terminal hangs as well. I will keep looking into it. |
Makes sense. Thanks a lot! |
This test case is frequently hanging recently. Might be caused by a recent kernel update from 5.14.0-427.33.1.el9_4.x86_64 to 5.14.0-427.37.1.el9_4.x86_64.
Could not reproduce locally.
Let's skip it for now.
Fixes: #4454