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

[k8s.io] hostPath should support subPath [Conformance] {Kubernetes e2e suite} #29231

Closed
k8s-github-robot opened this issue Jul 19, 2016 · 6 comments
Assignees
Labels
kind/flake Categorizes issue or PR as related to a flaky test. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@k8s-github-robot
Copy link

https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/27520/kubernetes-pull-build-test-e2e-gce/49674/

Failed: [k8s.io] hostPath should support subPath [Conformance] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/host_path.go:121
Expected error:
    <*errors.errorString | 0xc8207acd70>: {
        s: "gave up waiting for pod 'pod-host-path-test' to be 'success or failure' after 30s",
    }
    gave up waiting for pod 'pod-host-path-test' to be 'success or failure' after 30s
not to have occurred

Happened on a presubmit run in #27520.

@k8s-github-robot k8s-github-robot added priority/backlog Higher priority than priority/awaiting-more-evidence. kind/flake Categorizes issue or PR as related to a flaky test. labels Jul 19, 2016
@dshulyak
Copy link
Contributor

dshulyak commented Aug 2, 2016

It would be quite cool to take a look at docker logs for this two containers..

I0719 20:39:57.573736    3521 server.go:657] Event(api.ObjectReference{Kind:"Pod", Namespace:"e2e-tests-hostpath-l89k6", Name:"pod-host-path-test", UID:"f243e4bc-4df0-11e6-9ad8-42010af00002", APIVersion:"v1", ResourceVersion:"746", FieldPath:"spec.containers{test-container-1}"}): type: 'Normal' reason: 'Started' Started container with docker id 818b8e495e90

I0719 20:39:57.919678    3521 server.go:657] Event(api.ObjectReference{Kind:"Pod", Namespace:"e2e-tests-hostpath-l89k6", Name:"pod-host-path-test", UID:"f243e4bc-4df0-11e6-9ad8-42010af00002", APIVersion:"v1", ResourceVersion:"746", FieldPath:"spec.containers{test-container-2}"}): type: 'Normal' reason: 'Started' Started container with docker id ae21f5dca7c7

I suspect that they failed because of this

W0719 20:40:00.082245    3521 summary.go:348] Missing default interface "eth0" for pod:e2e-tests-hostpath-l89k6_pod-host-path-test

And then werent restarted because of RestartyPolicyNever

I0719 20:40:00.617998    3521 helpers.go:69] Already ran container "test-container-1" of pod "pod-host-path-test_e2e-tests-hostpath-l89k6(f243e4bc-4df0-11e6-9ad8-42010af00002)", do nothing
I0719 20:40:00.618025    3521 helpers.go:69] Already ran container "test-container-2" of pod "pod-host-path-test_e2e-tests-hostpath-l89k6(f243e4bc-4df0-11e6-9ad8-42010af00002)", do nothing

@k8s-github-robot
Copy link
Author

[FLAKE-PING] @krousey

This flaky-test issue would love to have more attention...

@k8s-github-robot
Copy link
Author

[FLAKE-PING] @krousey

This flaky-test issue would love to have more attention.

1 similar comment
@k8s-github-robot
Copy link
Author

[FLAKE-PING] @krousey

This flaky-test issue would love to have more attention.

@k8s-github-robot
Copy link
Author

[FLAKE-PING] @krousey

This flaky-test issue would love to have more attention.

@krousey
Copy link
Contributor

krousey commented Nov 14, 2016

Closing as it hasn't happened again.

@krousey krousey closed this as completed Nov 14, 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. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

3 participants