Add retries for webhook failures. #3952
Labels
area/test-and-release
Test infrastructure, tests or release
kind/bug
Categorizes issue or PR as related to a bug.
kind/good-first-issue
Denotes an issue ready for a new contributor.
Milestone
Describe the bug
While looking at this CI failure:
https://prow.knative.dev/view/gcs/knative-prow/logs/ci-knative-eventing-continuous/1299057320398950401
We should probably add retries here (and other places in these helpers):
https://github.com/knative/eventing/blob/master/test/conformance/helpers/broker_control_plane_test_helper.go#L138
Kind of like this:
https://github.com/knative/eventing/blob/master/test/lib/creation.go#L124
Or use these libraries instead of calling directly to the kubernetes api?
A clear and concise description of what the bug is.
Expected behavior
A clear and concise description of what you expected to happen.
To Reproduce
Steps to reproduce the behavior.
Knative release version
Additional context
Add any other context about the problem here such as proposed priority
The text was updated successfully, but these errors were encountered: