-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
Status: UntriagedAn issue that has yet to be triaged.An issue that has yet to be triaged.Type: BugDoes not work as expected.Does not work as expected.
Description
Version:
main / latest
Environment:
Linux - tried on various distros.
when running on a cgroup
when cgroup exists
should run the process under that cgroup (FAILED - 1)
when cgroup does not exist
should create the cgroup and run the process under it (FAILED - 2)
Failures:
1) Mixlib::ShellOut when running on a cgroup when cgroup exists should run the process under that cgroup
Failure/Error: expect(running_cgroup).to eql(cgroup.to_s)
expected: "/user.slice/user-1000.slice/session-2.scope"
got: ""
(compared using eql?)
# ./spec/mixlib/shellout_spec.rb:1599:in `block (4 levels) in <top (required)>'
2) Mixlib::ShellOut when running on a cgroup when cgroup does not exist should create the cgroup and run the process under it
Failure/Error: expect(running_cgroup).to eql(cgroup.to_s)
expected: "/user.slice/user-1000.slice/test"
got: ""
(compared using eql?)
# ./spec/mixlib/shellout_spec.rb:1609:in `block (4 levels) in <top (required)>'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: UntriagedAn issue that has yet to be triaged.An issue that has yet to be triaged.Type: BugDoes not work as expected.Does not work as expected.