-
Notifications
You must be signed in to change notification settings - Fork 417
Conversation
Reviewer's GuideTests now run under both cgroupfs and systemd when available, with the cgroup manager propagated from environment into the test utility for consistent behavior. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
@giuseppe
giuseppe
left a comment
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
giuseppe
commented
Jul 9, 2025
I'll merge once you are fine with it (no Draft)
kolyshkin
commented
Jul 10, 2025
This is a draft because I'm not quite sure how the tests are actually run and whether this script is used (if not, we need to supply different value of CGROUP_MANAGER env var, this can probably be done via Makefile).
Many python tests do not run with systemd, and it makes sense to do so. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
6a596d2 to
011813f
Compare
TMT tests failed. @containers/packit-build please check.
kolyshkin
commented
Mar 4, 2026
It appears that tests/run_all_tests.sh is not used (and is not working since , so patching it doesn't make sense. It needs to be removed I guess.
Uh oh!
There was an error while loading. Please reload this page.
Many python tests do not run with systemd, and it makes sense to do so.
Summary by Sourcery
Iterate over both cgroupfs and systemd managers when running all Python tests and propagate CGROUP_MANAGER into test utilities to support both cgroup backends.
New Features:
Enhancements: