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

e2e test run locally timing out #2355

Closed
hickeyma opened this issue Sep 29, 2021 · 2 comments · Fixed by #2356
Closed

e2e test run locally timing out #2355

hickeyma opened this issue Sep 29, 2021 · 2 comments · Fixed by #2356
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@hickeyma
Copy link
Contributor

What broke? What's expected?

When running the e2e tests locally they keep timing out. It can be at different stages of the plugin v2 tests. Output will be something similar to the following (depending on where it times out):

$ make test-e2e-local

[...]

STEP: deploying the controller-manager
running: make deploy IMG=e2e-test/controller-manager:gkst
STEP: validating that the controller-manager pod is running as expected
running: kubectl -n e2e-gkst-system get pods -l control-plane=controller-manager -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}
running: kubectl -n e2e-gkst-system get pods e2e-gkst-controller-manager-5c54dd976b-kkljl -o jsonpath={.status.phase}
running: kubectl -n e2e-gkst-system get pods -l control-plane=controller-manager -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}
running: kubectl -n e2e-gkst-system get pods e2e-gkst-controller-manager-5c54dd976b-kkljl -o jsonpath={.status.phase}
running: kubectl -n e2e-gkst-system get pods -l control-plane=controller-manager -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}
running: kubectl -n e2e-gkst-system get pods e2e-gkst-controller-manager-5c54dd976b-kkljl -o jsonpath={.status.phase}
panic: test timed out after 20m0s

[...]

Reproducing this issue

Run make test-e2e-local on your local setup.

KubeBuilder (CLI) Version

main branch

PROJECT version

No response

Plugin versions

No response

Other versions

No response

Extra Labels

No response

@hickeyma hickeyma added the kind/bug Categorizes issue or PR as related to a bug. label Sep 29, 2021
@hickeyma hickeyma changed the title e2e run locally tests timing out e2e test run locally timing out Sep 29, 2021
@hickeyma
Copy link
Contributor Author

Opened PR #2356 to fix this.

@hickeyma
Copy link
Contributor Author

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant