Skip to content
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

Open
skriss opened this issue Aug 31, 2021 · 0 comments
Open
Labels
area/testing Issues or PRs related to tests or testing tools.

Comments

@skriss
Copy link
Member

skriss commented Aug 31, 2021

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.

@skriss skriss added the area/testing Issues or PRs related to tests or testing tools. label Aug 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/testing Issues or PRs related to tests or testing tools.
Projects
None yet
Development

No branches or pull requests

1 participant