Transfer error to ErrNotFound when kill a not exist container#4214
Transfer error to ErrNotFound when kill a not exist container#4214estesp merged 1 commit intocontainerd:masterfrom
Conversation
|
Build succeeded.
|
fuweid
left a comment
There was a problem hiding this comment.
Please use git commit -s --amend to sign off.
9a311ca to
f37377e
Compare
|
Build succeeded.
|
f37377e to
16ef4d9
Compare
|
Build succeeded.
|
|
runc completely correct, but crun error:
I think it may need to add an adapter for handling runtime error. |
|
It would be nice if the shim translated this error. |
20edf5f to
cc54d8a
Compare
Codecov Report
@@ Coverage Diff @@
## master #4214 +/- ##
=======================================
Coverage 38.34% 38.34%
=======================================
Files 90 90
Lines 12728 12728
=======================================
Hits 4881 4881
Misses 7181 7181
Partials 666 666
Continue to review full report at Codecov.
|
|
Build succeeded.
|
cc54d8a to
96a356c
Compare
|
Build succeeded.
|
96a356c to
09b93eb
Compare
|
Build succeeded.
|
09b93eb to
831bd2d
Compare
|
Build succeeded.
|
831bd2d to
bbfa6fa
Compare
|
Build succeeded.
|
fuweid
left a comment
There was a problem hiding this comment.
The change is LGTM basically.
Just need to add some comment and adjust error message
There was a problem hiding this comment.
could you mind to add More information in https://github.com/containerd/containerd/pull/4214#discussion_r422769497 in other line? thanks
There was a problem hiding this comment.
OK, and should I open issue on oci container-spec for runtime exception?
test case. Signed-off-by: payall4u <[email protected]> Add integration test case Signed-off-by: payall4u <[email protected]>
bbfa6fa to
b437938
Compare
|
Build succeeded.
|
|
@payall4u would you mind providing your real name for the author list. Thanks! |
@dmcgowan Zhiyu Li [email protected]. Should I add it into the list? |
|
Thanks, I'll take care of it |
|
Are there any plans to backport this, to fix the problem in 1.3.x as well? |
From #4020 #4019
We encountered the same problem after upgrading containerd from v1.2.7 to v1.3.3 .Same as pr #4121.