-
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
[k8s.io] SchedulerPredicates [Serial] validates that taints-tolerations is respected if not matching {Kubernetes e2e suite} #33876
Comments
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-serial/2274/ Failed: [k8s.io] SchedulerPredicates [Serial] validates that taints-tolerations is respected if not matching {Kubernetes e2e suite}
|
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-serial/2286/ Failed: [k8s.io] SchedulerPredicates [Serial] validates that taints-tolerations is respected if not matching {Kubernetes e2e suite}
|
[FLAKE-PING] @derekwaynecarr This flaky-test issue would love to have more attention. |
This looks like an error in bringing up a cluster and not this specific test. |
Hmm, actually, the last cases look like legitimiate flakes. |
@aveshagarwal -- can you investigate? |
@derekwaynecarr sure. |
This test case failed because one of the pods (although does not seem like this kibana pod is needed for this test) never became Running (Ready=true).
Due to this, the actual test infact did not run at all and got out with the following error:
|
It seems that kibana pod is one of the system pods that is needed to in Running (Read = true) for this test to go ahead and failure of the pod failed this test. |
So for any test case in test/e2e/scheduler_predicates.go to even execute,
|
Automatic merge from submit-queue Fix confusing log messages While debugging #33876 , I noticed following confusing message: ``` The status of Pod kibana-logging-v1-j99la is Running, waiting for it to be either Running or Failed ```
[FLAKE-PING] @aveshagarwal This flaky-test issue would love to have more attention. |
[FLAKE-PING] @aveshagarwal This flaky-test issue would love to have more attention. |
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-serial/2253/
Failed: [k8s.io] SchedulerPredicates [Serial] validates that taints-tolerations is respected if not matching {Kubernetes e2e suite}
Previous issues for this test: #27655
The text was updated successfully, but these errors were encountered: