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
This commit introduces two changes:
1. It reduces the failure rate of the CSV e2e test by allowing the
operator to reach a succeeded install before searching for resources.
2. An installplan e2e test was failing a diff check against two
installplans because the operator controller was applying a component
label to one of the installplans. An update was made to still compare
the spec and status of the two installplans but ignores other fields.
require.Equal(GinkgoT(), len(expectedStepSources), len(fetchedInstallPlan.Status.Plan), "Number of resolved steps matches the number of expected steps")
231
232
232
233
// Ensure resolved step resources originate from the correct catalog sources
0 commit comments