integration/client: add timeout to TestShimOOMScore#8664
integration/client: add timeout to TestShimOOMScore#8664dmcgowan merged 1 commit intocontainerd:mainfrom
TestShimOOMScore#8664Conversation
Signed-off-by: Laura Brehm <[email protected]>
|
Hi @laurazard. 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. |
|
Added cherry-pick label so that we don't run into this issue in the release branches |
I noticed while fixing up #8617 that
TestShimOOMScorehas no timeout, making it so that if it never receives the task exit event it's expecting, the test hangs for (many) minutes.