-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Flaky] pkg/k8s.TestJobRunnerRun sometimes hangs #68
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
cardil
changed the title
Test pkg/k8s.TestJobRunnerRun sometimes hangs when run bu gotestsum
[Flaky] pkg/k8s.TestJobRunnerRun sometimes hangs
Oct 15, 2021
/kind bug |
knative-prow-robot
added
the
kind/bug
Categorizes issue or PR as related to a bug.
label
Oct 15, 2021
This was referenced Oct 15, 2021
Merged
I did identify the culprit. It turns out that sometimes test updates the Job to success state before the production code, start the watch, here: Adding any sleep, even |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Failed run: https://prow.knative.dev/view/gs/knative-prow/pr-logs/pull/knative-sandbox_kn-plugin-event/63/pull-knative-sandbox-kn-plugin-event-unit-tests/1448996998777671680
The same test is far less likely to hang when run with
go test
, when run viagotestsum
fails more often. It fails on main branch, but was detected on #63 where the failures became quite common.Reproduce from main branch:
The text was updated successfully, but these errors were encountered: