You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
106275: roachtest: support `versions-binary-override` in `mixedversion` r=srosenberg a=renatolabs
The `BinaryPathFromVersion` (now renamed to `BinaryPathForVersion` based on an early pull request review comment) was not taking into account the `versions-binary-override` flag passed to roachtest when determining the path where the binary for a certain version should live in a node.
This commit updates that function to take that into account. This improves the debugging experience for mixedversion tests by letting the user swap the binary of a certain version for a custom one, possibly with more debug code.
Epic: CRDB-19321
Release note: None
Co-authored-by: Renato Costa <[email protected]>
0 commit comments