diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f125887cdc8..e90945981fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,6 @@ jobs: runs-on: macos-10.15 timeout-minutes: 30 # only run it if others have passed - needs: [test] steps: - uses: actions/checkout@v2 diff --git a/tests/integration/update.bats b/tests/integration/update.bats index e204ea49550..2ae08bddb93 100644 --- a/tests/integration/update.bats +++ b/tests/integration/update.bats @@ -18,6 +18,17 @@ function setup() { | .linux.resources.pids |= {"limit": 20}' } +@test wut { + requires rootless + + init_cgroup_paths + set -x + echo $CGROUP_SUBSYSTEMS + cat /sys/fs/cgroup/user.slice/user-$(id -u).slice/user@$(id -u).service/cgroup.controllers + cat /sys/fs/cgroup/user.slice/user-$(id -u).slice/user@$(id -u).service/cgroup.subtree_control + false +} + # Tests whatever limits are (more or less) common between cgroup # v1 and v2: memory/swap, pids, and cpuset. @test "update cgroup v1/v2 common limits" {