-
Notifications
You must be signed in to change notification settings - Fork 40k
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
e2e flake: "KubeProxy should test kube-proxy" #17781
Comments
It actually failed 2/3 of last runs. I think we should move it to flaky suite if we won't be able to fix it today. |
@kubernetes/goog-testing |
Moving the GKE version of this test to the GKE_flaky suite. |
@thockin - can you investigate or reassign? |
@mikedanese - can this be related to moving kube-proxy to a pod? (the timing when it started failing was around when your PR was merged) |
I'm not sure and haven't looked yet but I will look today, |
@mikedanese - thanks! |
#16344 #17121 #15777 all went in around the same time and affect kubeproxy e2e test. The test is relying on hitting all hostnames which is a valid assertion when we are using roundrobin proxy, but seems like it could be flaky after switching to iptables which is probabilistic. That's the only thing that statnds out to me but haven't tested this theory. Do we have an exact date of when this test started flaking or was it "about 2 weeks ago"? Does this only affect gke-ci? |
It affects all suites (including gce). Regarding the exact data - we don't have exact run, because there were a bunch of issues around that time (including starting clusters). |
It's possible #17965 is related to this. |
I am looking into it.. (the first half of tests work..) On Mon, Nov 30, 2015 at 9:58 AM, Isaac Hollander McCreery <
|
@ihmccreery i think its not related as artfulcoder said. That looks more like #17583 |
The potential fix: #17995 has already been merged. We should verify in few days whether it fixed the problem and move the test back out of flaky if that's the case. |
It seems that #17995 fixed the problem. I will leave this issue open until Monday and if there won't be any issues, I will move it non-flaky suite and close this issue then. |
This needs to be cherry-picked into the |
We should cherry-pick #17995 to v1.1, as it failed in http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-1.1/937/ cc @ArtfulCoder |
Actually it isn't fixed. It just failed in gke-ci: http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/10073/ |
please open new issues with new links if this pops up again. @ArtfulCoder we need to prio this if it comes up |
Test failed with the following error:
Example run:
http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-ci/9692/
@kubernetes/goog-cluster
@mikedanese - can this be related to your recent changes?
The text was updated successfully, but these errors were encountered: