-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UPSTREAM: 55641: dockershim: remove corrupt checkpoints immediately upon detection [3.7] #17302
UPSTREAM: 55641: dockershim: remove corrupt checkpoints immediately upon detection [3.7] #17302
Conversation
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, sjenning The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
19a6575
to
69074b8
Compare
/test unit |
/retest |
/retest |
Seems to be a flake making the origin-gitserver image. Not the same failure as before. |
@eparis can I get approval here? had lgtm from derek but had to change something and lost it. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, eparis, openshift-merge-robot, sjenning The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest |
1 similar comment
/retest |
@sjenning: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions 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. I understand the commands that are listed here. |
Automatic merge from submit-queue. |
master PR #17299
kubernetes/kubernetes#55641
xref https://bugzilla.redhat.com/show_bug.cgi?id=1512717
@derekwaynecarr @eparis @jupierce
Diverges from upstream in
checkpoint_store.go
, since that file no longer exists upstream. The checkpoint code was migrated to pkg/kubelet/util in kubernetes/kubernetes#54085. Also, I don't remove thedockershim/errors
package as was done in upstream because thecheckpoint_store.go
uses it. This reduces the footprint of the change.