Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
This repository was 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

@skriss

Description

@skriss

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/testingIssues or PRs related to tests or testing tools.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions