-
Notifications
You must be signed in to change notification settings - Fork 2.2k
tests/int/cgroups.bats: exclude dmem controller #4806
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
Conversation
The alternative to this is to list all controllers known to systemd (rather than the ones that are unknown). |
Some failure on Ubuntu;
|
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
This appears to be a new flake :( but is def unrelated to the fix. |
The dmem controller is added into kernel v6.13 and is now enabled in Fedora 42 kernels. Yet, systemd is not aware of dmem. This fixes the test case failure on Fedora. For the initial test case, see commit 2751571. For earlier commits similar to this one, see commits 601cf58, 0527271, e83ca51. Signed-off-by: Kir Kolyshkin <[email protected]>
Being fixed in #4807, PTAL |
The dmem controller is added into kernel v6.13 and is now enabled in
Fedora 42 kernels. Yet, systemd is not aware of dmem.
This fixes the test case failure on Fedora.
For the initial test case, see commit 2751571.
For earlier commits similar to this one, see
commits 601cf58, 0527271, e83ca51.