-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration testing in CI #7344
Comments
I will work on the 2nd bullet, ie halfway-upgrade.
What's a complete list ( |
|
Cool, thank you! The approach I will take is to always take the cluster down, then to start on top of the existing data with mixed binaries. Thus, the approach will not test e.g. just taking down I think we may be able to squeeze in all of these tests in a single CI and within a reasonable amount of runtime, seeing that most of the time is spent on setup/build. But we may need to split to two different CI workflows. |
That approach should be fine. |
See #7368 for partial upgrade tests |
Pull request #8471 relates to this issue. |
Some more details on how we currently do manual testing:
|
I have opened #9300, I am starting the implementation of the matrix detailed in #7344 (comment). |
Feature Description
In #7294, we automated upgrading and downgrading the build version by 1 major version. There are some additional scenarios that should be tested to ensure that we are complying with VEP-3
Use Case(s)
The text was updated successfully, but these errors were encountered: