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
143452: backup: fix scheduled compaction test flakiness r=msbutler a=kev-cao
The scheduled compaction tests were failing because the compaction job is created in a separate transaction *after* the scheduler is notified of the completion of the triggering backup job. The tests were originally immediately looking for the compaction job, causing a failure when no rows were found.
Fixes: #143394
Release note: None
Co-authored-by: Kevin Cao <[email protected]>
0 commit comments