You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[core] (cgroups 17/n) Removing controller check when adding a constraint (#57731)
In #57269, I introduced a bug:
* the `cpu` controller is not enabled on the system and user cgroups
because it only needs to be enabled on the parent.
* however, CgroupDriver::AddConstraint checked that for every
constraint, the matching controller was enabled.
This was not caught in CI because the python integration tests were not
running. For the time being, I've removed the manual tag and excluded
`cgroup` from all other python tests.
We need to fix this properly because tests shouldn't exclude other tests
but rather include the right targets.
---------
Signed-off-by: irabbani <israbbani@gmail.com>
Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
0 commit comments