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
@jharmon96 there's a potential race condition in the pipeline. In summary, since we currently only need a k8s API server with the proper CRDs installed (kind: Application) there is no issue now. If in the future we introduce an expectation that the ArgoCD server is live prior to any test case, the race condition can occur.
@jharmon96 there's a potential race condition in the pipeline. In summary, since we currently only need a k8s API server with the proper CRDs installed (
kind: Application
) there is no issue now. If in the future we introduce an expectation that the ArgoCD server is live prior to any test case, the race condition can occur.All tests are currently passing.
Originally posted by @CharlesDLandau in #10 (comment)
The text was updated successfully, but these errors were encountered: