cri: relax test for system without hugetlb#6596
cri: relax test for system without hugetlb#6596crosbymichael merged 1 commit intocontainerd:mainfrom
Conversation
|
Hi @zhsj. Thanks for your PR. I'm waiting for a containerd 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. |
|
Build succeeded.
|
These unit tests don't check hugetlb. However by setting TolerateMissingHugetlbController to false, these tests can't be run on system without hugetlb (e.g. Debian buildd). Signed-off-by: Shengjing Zhu <[email protected]>
|
Build succeeded.
|
estesp
left a comment
There was a problem hiding this comment.
LGTM; seems reasonable. Even the default spec config in the CRI sets this to true by default.
These unit tests don't check hugetlb. However by setting
TolerateMissingHugetlbController to false, these tests can't
be run on system without hugetlb (e.g. Debian buildd).