-
Notifications
You must be signed in to change notification settings - Fork 361
Open
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Description
What happened:
While debugging test failures in #901, I noticed a few unusual behaviors:
- The volume mode conversion e2e tests are running as part of the "unit" test jobs. This seems more heavy weight than what a unit test should do since it has to bring up a cluster and deploy a driver. Should these tests be moved to its own job?
- The e2e location override also impacts our e2e jobs that try to run against older clusters. As a result, we end up running the latest e2e versions against older clusters that may not have certain features or bug fixes available. This could lead to needing to maintain extra test logic to skip tests based on certain kubernetes cluster versions. Can we make the override conditional on volume mode tests? (making it a separate job could make these easier too)
/assign @RaunakShah @xing-yang
Metadata
Metadata
Assignees
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.