Closed
Description
In the follow code, we create a Catalog
and wait for it to be unpacked before we create the Operator
:
operator-controller/test/operator-framework-e2e/operator_framework_test.go
Lines 334 to 337 in a00a93f
We should change this (and similar) tests in all e2es such that Catalog
and Operator
creation/update happens roughly simultaneously or in random orders (e.g. create/update Operator
before creating/updating a Catalog
).
If we make this change, the expectation is that everything continues to work as is (modulo some timeout tweaks, perhaps) because we have ostensibly built an eventually consistent set of controllers.
Metadata
Metadata
Assignees
Labels
No labels