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
Before this patch, the "updates topology" envTest was a single block of
instructions, but we actually need to check each of them provided that
the reconcile loop moves forward and certain conditions are satisfied.
This patch attempts to split the Eventually block so that:
- Each assertion gets its own retry logic (based on timeout, interval)
- Prevents early assertion failures from masking later issues
This approach has been applied already to other operators (e.g. Nova)
where there are many controllers trying to apply/remove finalizers to
the same resource.
Signed-off-by: Francesco Pantano <[email protected]>
0 commit comments