integration: Add container restart test#1357
Conversation
|
Hi @darfux. 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. |
mikebrow
left a comment
There was a problem hiding this comment.
just a nit ... thx for the new testcase!
|
/ok-to-test |
|
appveyor test issue will be fixed by: #1358 |
Add an integration test case to test whether a runtime can restart a container properly. Signed-off-by: Li Yuxuan <liyuxuan04@baidu.com>
4c18536 to
5cccd00
Compare
|
Thanks :) @mikebrow |
|
/lgtm |
|
@Random-Liu I can try it XD. Should I add such case to https://github.com/kubernetes-sigs/cri-tools/blob/master/pkg/validate/container.go? And will this case be removed from here finally? As the PR of kata is dependent on it now. |
|
@darfux trying to confirm for the authors list, this is your name and email |
Add an integration test case to test whether a runtime can restart a container properly.
Related to kata-containers/tests#2140
Signed-off-by: Li Yuxuan liyuxuan04@baidu.com