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
I believe this is an issue with the RetryClient that we need to resolve. Likely the first request hit an error and retried, but was still successfully processed by the API server so the resource already existed. We likely can fix these tests by using CreateOrUpdate instead of just Create.
The text was updated successfully, but these errors were encountered:
What happened:
We're seeing some flakes due to resources already existing, e.g.:
I believe this is an issue with the RetryClient that we need to resolve. Likely the first request hit an error and retried, but was still successfully processed by the API server so the resource already existed. We likely can fix these tests by using CreateOrUpdate instead of just Create.
The text was updated successfully, but these errors were encountered: