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] Variable Expansion should allow substituting values in a container's args [Conformance] {Kubernetes e2e suite} #28503

Closed
k8s-github-robot opened this issue Jul 5, 2016 · 7 comments
Assignees
Labels
kind/flake Categorizes issue or PR as related to a flaky test. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/node Categorizes an issue or PR as relevant to SIG Node.
Milestone

Comments

@k8s-github-robot
Copy link

https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce/19703/

Failed: [k8s.io] Variable Expansion should allow substituting values in a container's args [Conformance] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/expansion.go:131
Expected error:
    <*errors.StatusError | 0xc820ff4600>: {
        ErrStatus: {
            TypeMeta: {Kind: "Status", APIVersion: "v1"},
            ListMeta: {SelfLink: "", ResourceVersion: ""},
            Status: "Failure",
            Message: "pods \"var-expansion-5145b4b2-42d1-11e6-afb7-0242ac110003\" not found",
            Reason: "NotFound",
            Details: {
                Name: "var-expansion-5145b4b2-42d1-11e6-afb7-0242ac110003",
                Group: "",
                Kind: "pods",
                Causes: nil,
                RetryAfterSeconds: 0,
            },
            Code: 404,
        },
    }
    pods "var-expansion-5145b4b2-42d1-11e6-afb7-0242ac110003" not found
not to have occurred
@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 5, 2016
@k8s-github-robot
Copy link
Author

[FLAKE-PING] @dchen1107

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

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

[FLAKE-PING] @dchen1107

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

@k8s-github-robot
Copy link
Author

[FLAKE-PING] @dchen1107

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

@k8s-github-robot
Copy link
Author

[FLAKE-PING] @dchen1107

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

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

[FLAKE-PING] @dchen1107

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

@k8s-github-robot
Copy link
Author

k8s-github-robot commented Nov 8, 2016

Builds:
ci-kubernetes-e2e-gci-gce 379
kubernetes-e2e-gci-gke-multizone 2602

Failed: [k8s.io] Variable Expansion should allow substituting values in a container's args [Conformance] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/expansion.go:131
Expected error:
    <*errors.errorString | 0xc4206e40a0>: {
        s: "failed to get logs from var-expansion-9b6de475-a552-11e6-87fc-0242ac110009 for dapi-container: an error on the server (\"unknown\") has prevented the request from succeeding (get pods var-expansion-9b6de475-a552-11e6-87fc-0242ac110009)",
    }
    failed to get logs from var-expansion-9b6de475-a552-11e6-87fc-0242ac110009 for dapi-container: an error on the server ("unknown") has prevented the request from succeeding (get pods var-expansion-9b6de475-a552-11e6-87fc-0242ac110009)
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/util.go:2149

@derekwaynecarr
Copy link
Member

The most recent reference to this flake is the following:

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142
Jan  1 17:36:14.424: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420971678)}
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438

which does not appear specifically related to this test as it was symptomatic with other flakes in #39304 .

I am closing this issue as a result.

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. sig/node Categorizes an issue or PR as relevant to SIG Node.
Projects
None yet
Development

No branches or pull requests

4 participants