-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Flake: waiter_test is flaky #7226
Comments
@chengjoey do you want to take a look since you have more contexts? |
/assign |
because goroutine was added to entrypointer in #6511, the fakeWaiter append cancel file in the pipeline/pkg/entrypoint/entrypointer.go Lines 175 to 181 in 6bb0513
this make https://prow.tekton.dev/view/gs/tekton-prow/pr-logs/pull/tektoncd_pipeline/7193/pull-tekton-pipeline-unit-tests/1714303905107546112 test failed |
Version 0.52x and before pipeline/cmd/entrypoint/waiter.go Lines 50 to 75 in e7b5e58
in latest version: pipeline/cmd/entrypoint/waiter.go Lines 52 to 88 in 6bb0513
related faild tests: |
It seems that after the merging of: #6511
There are lots of failing flaky unit tests:
https://prow.tekton.dev/view/gs/tekton-prow/pr-logs/pull/tektoncd_pipeline/7167/pull-tekton-pipeline-unit-tests/1714307892095488000
https://prow.tekton.dev/view/gs/tekton-prow/pr-logs/pull/tektoncd_pipeline/7204/pull-tekton-pipeline-unit-tests/1714305917400387584
https://prow.tekton.dev/view/gs/tekton-prow/pr-logs/pull/tektoncd_pipeline/7167/pull-tekton-pipeline-unit-tests/1714304663337046016
https://prow.tekton.dev/view/gs/tekton-prow/pr-logs/pull/tektoncd_pipeline/7193/pull-tekton-pipeline-unit-tests/1714303905107546112
The PR itself also has several times of failures. We shouldn't ignore this by just re-running the tests when it is a new flaky test
https://prow.tekton.dev/pr-history/?org=tektoncd&repo=pipeline&pr=6511
/kind flake
The text was updated successfully, but these errors were encountered: