Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: fix calls to schemachange workload in acceptance/version-u…
…pgrade The `schemachange` workload would always be called in that test; however, we are currently only staging the `workload` binary build on the SHA being tested; this is insufficient now that we test multiple upgrades in `mixedversion` tests. We fix the immediate issue by not invoking the workload when we are not performing an upgrade or downgrade involving the current cockroach binary. In the future, it would be nice to stage multiple workload binaries and use the appropriate one in the mixed-version hook. Epic: none Release note: None
- Loading branch information