operator-controller
operator-controller copied to clipboard
[epic] Implement upgrade tests for OperatorController
In order to have confidence that feature additions and bug fixes are reflected after an upgrade, we should add a suite of upgrade tests that:
- Install the most recent public release.
- Create objects that sufficiently exercise our API surface and behaviors.
- Upgrade in place from the most recent public release to a build from the current commit.
- Make assertions that prove that changes from the current commit are reflected.