-
Notifications
You must be signed in to change notification settings - Fork 950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] forcedly remove container failed issue #815
Comments
I found that the failure is due to
And I am afraid that this is an accidental issue, since the weird status of underlying component. @Letty5411 https://github.com/grpc/grpc-go/blob/master/codes/codes.go#L77-L96 |
Maybe we can use a script to execute 1000 times to see how often it happens. If it happens in the 1000 times, we can do the testing thing by comparing to another pouch which is using container 1.0.2 rather than 1.0.0. If it still happens, we can test containerd cli ctr to test 1000 times to see if this is a bug in containerd. If the answer is yes, we could try to fix the upstream. @Letty5411 @HusterWan |
Record Error logs
|
Run into this failure in travisCI:
|
we have improved the cleanup function. will keep eyes on this. |
Ⅰ. Issue Description
In travis CI, https://travis-ci.org/alibaba/pouch/builds/349283089, this is a failure when remove container forcedly, it's the first time to see this error and didn't reproduce in the next CI run.
Error message is as following:
also see in:
This is a flaky test I think. It almost happens everyday in travisCI.
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
pouch version
):uname -a
):The text was updated successfully, but these errors were encountered: