Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: fix parameters passed to require.NoError
When context is passed to an assertion, the parameters *must* be a string format, followed by arguments (as you would in a call to `fmt.Sprintf`). The previous code would panic trying to cast int to string. Informs #95416 Release note: None
- Loading branch information