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
Improve reliability of e2e tests that include GRPC CatalogSources (#2419)
This commit introduces a change to the e2e tests that rely on
a grpc catalogSource that is stored in an off cluster registry.
These tests originally required that the following happen within a
minute:
1. The catalogSource is installed and ready to serve.
2. The contents of the bundle are unpacked and placed in an
installPlan.
3. The CSV is installed and in the ready state.
The tests will now wait for the catalogSource to be ready to serve
before moving onto steps 2 and 3.
Signed-off-by: Alexander Greene <[email protected]>
0 commit comments