kubelet: add tests for cgroup v2 conversions#89567
kubelet: add tests for cgroup v2 conversions#89567k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
Hi @giuseppe. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There was a problem hiding this comment.
The order of args is Equal(t, expected, got)
There was a problem hiding this comment.
odinuge
left a comment
There was a problem hiding this comment.
Other than the small nits, this looks good to me.
Also, these helper funcs are exported in libcontainer, so we can use them instead. They are not present in the version in k/k tho, so that would require a dependency bump, so this is ok for now.
/lgtm
|
/ok-to-test |
c0aa513 to
f37f7f4
Compare
936ab71 to
85c67dd
Compare
|
Thanks for fixing it this quick! 😄 /lgtm |
|
/retest |
follow-up for kubernetes#85218 Signed-off-by: Giuseppe Scrivano <[email protected]>
85c67dd to
c4429d8
Compare
|
/retest |
|
/lgtm |
|
@derekwaynecarr are you fine with these tests? |
|
thanks for the follow-up from the first pr. there are node e2e tests that also look at the pod cgroup values, maybe tackle those next? /approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, giuseppe The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
follow-up for #85218
Signed-off-by: Giuseppe Scrivano [email protected]
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Add missing unit tests for cgroup v2 conversions
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: