-
Notifications
You must be signed in to change notification settings - Fork 377
tests: run all py tests with cgroupfs and systemd #1820
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
base: main
Are you sure you want to change the base?
Conversation
Many python tests do not run with systemd, and it makes sense to do so. Signed-off-by: Kir Kolyshkin <[email protected]>
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
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
|
I'll merge once you are fine with it (no Draft) |
|
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.
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: