-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add waits, check, ctx w/ timeout to stop race cond (#1795)
There’s potential for flakiness due to timing issues. For example, the test assumes that: • The ClusterRoleBinding and token are immediately effective. • The curl pod becomes ready promptly. • The metrics endpoint is available as soon as the pod is ready. Seems like these all can be covered by retry logic in the validate method. Signed-off-by: Brett Tofel <[email protected]>
- Loading branch information
Showing
1 changed file
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters