test integration: Adds a test that restarts a failed container#5578
test integration: Adds a test that restarts a failed container#5578mxpv merged 1 commit intocontainerd:mainfrom
Conversation
|
Hi @claudiubelu. 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. |
d5f0fe3 to
54e84ce
Compare
|
Build succeeded.
|
54e84ce to
da639b1
Compare
|
Build succeeded.
|
If a container failed to start due to a bad command, the container could not be recreated with a proper command in its stead. Adds a test that verifies this scenario. Signed-off-by: Claudiu Belu <[email protected]>
da639b1 to
04ab441
Compare
|
/ok-to-test |
|
/retest |
|
/test pull-containerd-node-e2e |
|
/retest |
|
@containerd/committers Can someone take a look and merge? |
If a container failed to start due to a bad command, the container could not be recreated with a proper command in its stead. Adds a test that verifies this scenario.
Related: #5188
Signed-off-by: Claudiu Belu [email protected]