This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Fix upgrade test to deal with RBAC or other manifest changes across versions #438
Labels
area/testing
Issues or PRs related to tests or testing tools.
Looks like the upgrade E2E test does not work well with changes like this, since when deploying the "old" version of the Operator, the old RBAC for the Operator itself isn't applied, so it's using the "new" RBAC with the "old" Operator.
Originally posted by @skriss in #435 (comment)
The upgrade test really needs to fully deploy the old version, including all YAML manifests, and then do a full upgrade by applying all of the new manifests, to handle changes like this. Just changing the image tag is not sufficient here.
The text was updated successfully, but these errors were encountered: