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
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
0 commit comments