Check if a process exists before returning it#4645
Conversation
|
Hi @gcapizzi. 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.
|
|
/ok-to-test |
Fixes containerd#4632. Signed-off-by: Giuseppe Capizzi <[email protected]> Co-authored-by: Danail Branekov <[email protected]>
6f48a99 to
8eda32e
Compare
|
Updated the PR with a test for the fix |
|
Build succeeded.
|
|
@estesp @AkihiroSuda @Zyqsempai @crosbymichael thanks for the merge! Are you going to backport to 1.3 and 1.4 too, or do you need us to make separate PRs? Thanks! |
Fixes #4632. See also 8e598fc for an identical fix made on runc runtime v1.
This does not come with a test, as I don't have enough context to write one, but I'd be happy to add one with some help from the team. FWIW this makes this test on Garden pass, even after removing the workaround we have in place at the moment.