Skip to content
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

unit flake: kubelet: TestHandlePortConflicts #24680

Closed
gmarek opened this issue Apr 22, 2016 · 7 comments
Closed

unit flake: kubelet: TestHandlePortConflicts #24680

gmarek opened this issue Apr 22, 2016 · 7 comments
Assignees
Labels
kind/flake Categorizes issue or PR as related to a flaky test. sig/node Categorizes an issue or PR as relevant to SIG Node.

Comments

@gmarek
Copy link
Contributor

gmarek commented Apr 22, 2016

--- FAIL: TestHandlePortConflicts (0.00s)
    kubelet_test.go:2417: expected pod status "Pending". Got "Failed".

https://pantheon.corp.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/24674/kubernetes-pull-test-unit-integration/22446/

cc @kubernetes/sig-node @dchen1107

@gmarek gmarek added sig/node Categorizes an issue or PR as relevant to SIG Node. kind/flake Categorizes issue or PR as related to a flaky test. labels Apr 22, 2016
@yujuhong
Copy link
Contributor

@gmarek The same set of tests have failed twice for your PR.

=== RUN   TestHandlePortConflicts
W0422 11:17:42.442151   32164 plugins.go:166] can't set sysctl net/bridge/bridge-nf-call-iptables: open /proc/sys/net/bridge/bridge-nf-call-iptables: no such file or directory
--- FAIL: TestHandlePortConflicts (0.03s)
    kubelet_test.go:2417: expected pod status "Pending". Got "Failed".
=== RUN   TestHandleHostNameConflicts
W0422 11:17:42.471729   32164 plugins.go:166] can't set sysctl net/bridge/bridge-nf-call-iptables: open /proc/sys/net/bridge/bridge-nf-call-iptables: no such file or directory
--- FAIL: TestHandleHostNameConflicts (0.00s)
    kubelet_test.go:2480: expected pod status "Pending". Got "Failed".
=== RUN   TestHandleNodeSelector
W0422 11:17:42.474016   32164 plugins.go:166] can't set sysctl net/bridge/bridge-nf-call-iptables: open /proc/sys/net/bridge/bridge-nf-call-iptables: no such file or directory
--- FAIL: TestHandleNodeSelector (0.01s)
    kubelet_test.go:2535: expected pod status "Pending". Got "Failed".

Could you run the test locally to see if it's caused by your PR?

@gmarek
Copy link
Contributor Author

gmarek commented Apr 22, 2016

Will do. It'll be very sad if it is.

@dchen1107
Copy link
Member

The only change in this area lately I could think about is #20204, but I double check the code, I couldn't figure out the link between the failure and #20204.

@yujuhong
Copy link
Contributor

Will do. It'll be very sad if it is.

kubelet does share the same predicate library with the scheduler, so it's not unlikely.

@gmarek, assigning the issue to you to rule out or verify whether this is a flake. Feel free to unassign after the triaging.

@gmarek
Copy link
Contributor Author

gmarek commented Apr 22, 2016

I have it failing on the head...

@gmarek
Copy link
Contributor Author

gmarek commented Apr 22, 2016

Oh sorry, no - I had a dirty master branch.

@gmarek
Copy link
Contributor Author

gmarek commented Apr 22, 2016

Yeah - it was a problem with PR/kubelet tests. Closing this issue.

@gmarek gmarek closed this as completed Apr 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/flake Categorizes issue or PR as related to a flaky test. sig/node Categorizes an issue or PR as relevant to SIG Node.
Projects
None yet
Development

No branches or pull requests

3 participants