CI: Upgrade/Downgrade use N+1 version of vtctld when testing with N+1 of vttablet #15631
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Makes a similar change done in the multi-tenant PR at https://github.com/vitessio/vitess/pull/15503/files#diff-79c61525895b1e17d0cc49054a0d19f9264073042bbe75a8f5997092f02a3c92R203-R210
We need to use the same version of vtctld as vttablets.
Otherwise this workflow fails since it cannot insert into
_vt.vreplication
which now has a json column for which we cannot specify a default at the table schema level.This is being done directly on v19 since the versions of vttablet/vtctlds of upgrade/downgrade are reversed as compared to main (v20) and v19.
Related Issue(s)
Checklist
Deployment Notes