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

Revert "TEST-19-CGROUP: Skip on opensuse" #32562

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Werkov
Copy link
Contributor

@Werkov Werkov commented Apr 29, 2024

This reverts commit 60d064d.

systemd-run --wait --unit=test-0.service --property=DynamicUser=1 --property=Delegate= test -w /sys/fs/cgroup/system.slice/test-0.service/ -a -w /sys/fs/cgroup/system.slice/test-0.service/memory.oom.group

is suspicious as it only relies on test-0.service:MemoryAccounting=yes (or anything that enables memory controller in test-0.service) which isn't set on openSUSE.

Draft PR to troubleshoot the test.

Ref: #32439

@github-actions github-actions bot added the tests label Apr 29, 2024
Copy link

Important

An -rc1 tag has been created and a release is being prepared, so please note that PRs introducing new features and APIs will be held back until the new version has been released.

@DaanDeMeyer
Copy link
Contributor

@Werkov With meson from git you can debug locally with something like follows:

../meson/meson.py compile -C build mkosi && SYSTEMD_INTEGRATION_TESTS=1 ../meson/meson.py test -C build --no-rebuild -i TEST-19-CGROUP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants