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

Daemon Set Conformance test fails on Kind Cluster using ci-kubernetes-conformance-image job. #75348

Closed
brahmaroutu opened this issue Mar 14, 2019 · 0 comments · Fixed by #75349
Labels
area/conformance Issues or PRs related to kubernetes conformance tests kind/bug Categorizes issue or PR as related to a bug. sig/apps Categorizes an issue or PR as relevant to SIG Apps. sig/testing Categorizes an issue or PR as relevant to SIG Testing.

Comments

@brahmaroutu
Copy link
Contributor

What happened:
When running conformance test suite using ci-kubernetes-conformance-image job in the CI process the following test fails as it tries to calculate the number of worker nodes incorrectly.
[sig-apps] Daemon set [Serial] should rollback without unnecessary restarts [Conformance]

What you expected to happen:
The test must read the number nodes correctly so that the checks in the test will pass
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:425

How to reproduce it (as minimally and precisely as possible):
Run the ci-kubernetes-conformance-image in a docker container to initiate the 2 node cluster using ./../test-infra/experiment/kind-conformance-e2e.sh

Environment:

  • Kubernetes version (use kubectl version): 1.14
  • Cloud provider or hardware configuration: amd64

/sig testing
/area conformance
/kind test
/release-note-none
/sig apps

@brahmaroutu brahmaroutu added the kind/bug Categorizes issue or PR as related to a bug. label Mar 14, 2019
@k8s-ci-robot k8s-ci-robot added sig/testing Categorizes an issue or PR as relevant to SIG Testing. area/conformance Issues or PRs related to kubernetes conformance tests sig/apps Categorizes an issue or PR as relevant to SIG Apps. labels Mar 14, 2019
@spiffxp spiffxp added this to To Triage in conformance-definition Mar 20, 2019
brahmaroutu added a commit to brahmaroutu/kubernetes that referenced this issue Mar 20, 2019
…onformance-image as the num nodes is calculates incorrectly by the test context.

Fixes kubernetes#75348
conformance-definition automation moved this from To Triage to Done Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/conformance Issues or PRs related to kubernetes conformance tests kind/bug Categorizes issue or PR as related to a bug. sig/apps Categorizes an issue or PR as relevant to SIG Apps. sig/testing Categorizes an issue or PR as relevant to SIG Testing.
Projects
Development

Successfully merging a pull request may close this issue.

2 participants