Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: tpccbench: handle overload vm crash in last search iter
`tpccbench` is set up to "handle" (ignore) crashes during its line search on the assumption that these are due to pushing CRDB into overload territory, which at the time of writing it does not handle gracefully. There was a special case in which this was broken, namely that of the line search terminating in a final step with a crash. In that case, the cluster would be left running with one node down, which roachtest checks and emits as an error. Unconditionally restart the cluster after the line search (assuming it found a passing warehouse count, i.e. didn't error out itself) to make roachtest happy. Closes cockroachdb#64187. Release note: None
- Loading branch information