You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add waits, check, ctx w/ timeout to stop race cond
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]>
0 commit comments