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
roachtest: detect sysbench crashes when preparing workload
Sysbench is known to flake with crashes. Previously, we would detect
these crashes when running the workload and pass the run to avoid noise.
This change now does the same when preparing the workload as well. It also
skips the test instead of passing the test. This makes it easier to identify
tests that actually ran to completion and has consequences for test selection.
We also add a small helper to prefix out sysbench output with timestamps, this
should aid debugging.
0 commit comments