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
All the reconcilers have their own set of status conditions with priorities which are considered while summarizing the status conditions.
There's no test at the moment to ensure that we don't break the order of the status conditions unintentionally.
The tests for this would to run SummarizeAndPatch() with different combinations of status conditions for each of the reconcilers using their set of ReadyConditions.
All the reconcilers have their own set of status conditions with priorities which are considered while summarizing the status conditions.
There's no test at the moment to ensure that we don't break the order of the status conditions unintentionally.
The tests for this would to run
SummarizeAndPatch()
with different combinations of status conditions for each of the reconcilers using their set of ReadyConditions.Refer #613 (review)
The text was updated successfully, but these errors were encountered: