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
sql/inspect: skip flaky statement timeout test under race
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
0 commit comments