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

node e2e flake: Kubelet Container Manager oom score adjusting when scheduling a busybox command that always fails in a pod [It] it should be possible to delete #25210

Closed
janetkuo opened this issue May 5, 2016 · 4 comments
Labels
area/test 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

@janetkuo
Copy link
Member

janetkuo commented May 5, 2016

https://storage.cloud.google.com/kubernetes-jenkins/pr-logs/pull/25181/node-pull-build-e2e-test/4416/build-log.txt

• Failure [0.023 seconds]
Kubelet Container Manager
/var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/container_manager_test.go:107
  oom score adjusting
  /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/container_manager_test.go:105
    when scheduling a busybox command that always fails in a pod
    /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/container_manager_test.go:104
      it should be possible to delete [It]
      /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/container_manager_test.go:91

      Error deleting Pod pods "bin-false" not found
      Expected
          <*errors.StatusError | 0xc8201d9880>: {
              ErrStatus: {
                  TypeMeta: {Kind: "Status", APIVersion: "v1"},
                  ListMeta: {SelfLink: "", ResourceVersion: ""},
                  Status: "Failure",
                  Message: "pods \"bin-false\" not found",
                  Reason: "NotFound",
                  Details: {Name: "bin-false", Group: "", Kind: "pods", Causes: nil, RetryAfterSeconds: 0},
                  Code: 404,
              },
          }
      to be nil

      /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/container_manager_test.go:90

....(omitted)...

Summarizing 1 Failure:

[Fail] Kubelet Container Manager oom score adjusting when scheduling a busybox command that always fails in a pod [It] it should be possible to delete 
/var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/container_manager_test.go:90

Ran 18 of 18 Specs in 1085.700 seconds
FAIL! -- 17 Passed | 1 Failed | 0 Pending | 0 Skipped I0505 04:21:51.380587    2715 e2e_node_suite_test.go:78] Tests Finished
I0505 04:21:51.387953    2715 e2e_node_suite_test.go:112] Process Log For Failed Suite On tmp-node-e2e-37fbe6a3-e2e-node-containervm-20160217-image
-------------------------------------------------------------
....(omitted)...
*** View logs and artifacts at https://console.cloud.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/25181/node-pull-build-e2e-test/4416 ***

@kubernetes/sig-node

@yujuhong
Copy link
Contributor

yujuhong commented May 5, 2016

One of the suites failed:

• Failure [0.023 seconds]
Kubelet Container Manager
/var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/container_manager_test.go:107
  oom score adjusting
  /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/container_manager_test.go:105
    when scheduling a busybox command that always fails in a pod
    /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/container_manager_test.go:104
      it should be possible to delete [It]
      /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/container_manager_test.go:91

      Error deleting Pod pods "bin-false" not found
      Expected
          <*errors.StatusError | 0xc8201d9880>: {
              ErrStatus: {
                  TypeMeta: {Kind: "Status", APIVersion: "v1"},
                  ListMeta: {SelfLink: "", ResourceVersion: ""},
                  Status: "Failure",
                  Message: "pods \"bin-false\" not found",
                  Reason: "NotFound",
                  Details: {Name: "bin-false", Group: "", Kind: "pods", Causes: nil, RetryAfterSeconds: 0},
                  Code: 404,
              },
          }
      to be nil

      /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/container_manager_test.go:90

....(omitted)...

Summarizing 1 Failure:

[Fail] Kubelet Container Manager oom score adjusting when scheduling a busybox command that always fails in a pod [It] it should be possible to delete 
/var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/container_manager_test.go:90

Ran 18 of 18 Specs in 1085.700 seconds
FAIL! -- 17 Passed | 1 Failed | 0 Pending | 0 Skipped I0505 04:21:51.380587    2715 e2e_node_suite_test.go:78] Tests Finished
I0505 04:21:51.387953    2715 e2e_node_suite_test.go:112] Process Log For Failed Suite On tmp-node-e2e-37fbe6a3-e2e-node-containervm-20160217-image
-------------------------------------------------------------

@janetkuo janetkuo changed the title node e2e flake: node e2e flake: Kubelet Container Manager oom score adjusting when scheduling a busybox command that always fails in a pod [It] it should be possible to delete May 5, 2016
@janetkuo
Copy link
Member Author

janetkuo commented May 5, 2016

@yujuhong thanks. PR description updated.

@janetkuo janetkuo added sig/node Categorizes an issue or PR as relevant to SIG Node. and removed area/test-infra labels May 5, 2016
@Random-Liu
Copy link
Member

This is the same with #25169.
A quick fix #25121 and a long run fix #25224 are all ready. :)

@yujuhong
Copy link
Contributor

yujuhong commented May 5, 2016

Closing as a dup of #25169

@yujuhong yujuhong closed this as completed May 5, 2016
openshift-publish-robot pushed a commit to openshift/kubernetes that referenced this issue Jul 16, 2020
…e-4.4

[release-4.4] Bug 1851407: Fix DS expectations on recreate

Origin-commit: 32884787270248efb949478af27759ecc8c89ffd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/test 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