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
143387: roachtest: detect sysbench crashes when preparing workload r=srosenberg a=DarrylWong
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 sysbench output with timestamps, this should aid debugging.
Fixes: #141981
Informs: #140799
Release note: none
Co-authored-by: DarrylWong <[email protected]>
0 commit comments