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
153270: sql/inspect: skip flaky statement timeout test under race r=spilchen a=spilchen
The TestInspectJobImplicitTxnSemantics statement_timeout subtest was failing intermittently under race conditions. The test expects an INSPECT job to start and succeed even when the triggering EXPERIMENTAL SCRUB statement times out after 1 second, but on slow machines with race detection enabled, the job creation may not complete before the timeout.
Fixes#153164
Release note: None
Epic: None
153275: roachtest: fix roachperf metric bugs r=golgeek a=DarrylWong
Release note: none
Epic: none
Fixes: none
153278: roachtest: fix live migration error message r=golgeek a=DarrylWong
Previously the error reporting would list host error vms, instead of live migration vms. This change fixes that.
Epic: none
Fixes: none
Release note: none
153288: roachtest: increase timeout for hibernate test r=spilchen a=spilchen
We noticed that on s390x the hibernate test can timeout after 5 hours. There are also several runs that succeeded but came close to timing out. We are going to bump the timeout to give that platform more chance to finish the test.
Fixes#153029
Release note: none
Epic: none
Co-authored-by: Matt Spilchen <[email protected]>
Co-authored-by: DarrylWong <[email protected]>
0 commit comments