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

Merged
merged 2 commits into from
May 29, 2024

Commits on May 23, 2024

  1. test: Ensure delegation test unit has memory controller

    When the test used to be run on distro that doesn't enable memory
    accounting by default (such as openSUSE TW), there is no guarantee that
    testing unit has memory.* cgroup attributes and delegation test would
    fail if they are missing.
    
    Require memory controller explicitly inside the unit so that test can
    work in any environment.
    Werkov committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8fd755f View commit details
    Browse the repository at this point in the history
  2. Revert "TEST-19-CGROUP: Skip on opensuse"

    This reverts commit 60d064d.
    
    The logged test failure was because of missing memory controller in
    testing cgroup. With the test fixed in previous commit, memory
    attributes are delegated as expected.
    
    Ref: systemd#32439
    Werkov committed May 23, 2024
    Configuration menu
    Copy the full SHA
    307abfc View commit details
    Browse the repository at this point in the history