-
Notifications
You must be signed in to change notification settings - Fork 40.9k
Check dbus error on container runtime start/stop #119197
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
Check dbus error on container runtime start/stop #119197
Conversation
cc @bobbypage |
We should evaluate the error, otherwise we risk to hang indefinately on waiting for the `reschan` in: https://github.com/kubernetes/kubernetes/blob/64939b66c65b7c3daac41ece56776582532bf94b/test/e2e_node/util.go#L419 We also increase the timeout, because it can take a bit longer for runtimes to determinate depending on the work they have to be done on running containers. Signed-off-by: Sascha Grunert <[email protected]>
32f98a5
to
3bae26a
Compare
@kubernetes/sig-node-pr-reviews PTAL |
Thanks for fix! /lgtm |
LGTM label has been added. Git tree hash: 295543c2718bcfde73eeaa01708ef487805c6791
|
PTAL @tallclair @derekwaynecarr @klueska @sjenning @mrunalp @SergeyKanzhelev @endocrimes for test framework approval |
LGTM 👍 Thank you! |
/priority important-soon |
Thank you! /lgtm |
/assign @SergeyKanzhelev @mrunalp |
/assign @haircommander |
/lgtm |
PTAL @tallclair @derekwaynecarr @klueska @sjenning @mrunalp @SergeyKanzhelev @endocrimes for test framework approval |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert, SergeyKanzhelev The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
We should evaluate the error, otherwise we risk to hang indefinately on waiting for the
reschan
in:kubernetes/test/e2e_node/util.go
Line 419 in 64939b6
We also increase the timeout, because it can take a bit longer for runtimes to determinate depending on the work they have to be done on running containers.
Which issue(s) this PR fixes:
Fixes #116872
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: