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

e2e: Enable multi-version testing in nightly QA and for releases #9928

Closed
Tracked by #51 ...
thanethomson opened this issue Dec 20, 2022 · 0 comments · Fixed by #9933
Closed
Tracked by #51 ...

e2e: Enable multi-version testing in nightly QA and for releases #9928

thanethomson opened this issue Dec 20, 2022 · 0 comments · Fixed by #9933
Labels
qa Quality assurance

Comments

@thanethomson
Copy link
Contributor

thanethomson commented Dec 20, 2022

We need to find ways to ensure that patch/non-breaking releases are compatible across a particular release.

We could do this by enabling multi-version testing in our E2E tests for all release branches (v0.34.x, v0.37.x, etc.) in our nightly tests. The aim here would be to run tests where the tip of the release branch is built and run against the latest release from that branch (e.g. v0.34.x would be built and run on some nodes, and v0.34.24 would be run on others, if v0.34.24 were the latest v0.34 release).

The proportion of "old" to "new" nodes should be controllable somehow, even if it's just set in a constant in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
qa Quality assurance
Projects
Status: Done/Merged
Development

Successfully merging a pull request may close this issue.

1 participant