Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
40795: backupccl: fix test to actually use SucceedsSoon r=ajwerner a=ajwerner I saw this test fail because `sqldb.Exec` will call `t.Error()` if the `ALTER TABLE` fails. The `SucceedsSoon` was there for a good reason but was not doing anything. Release Justification: Fix for a flakey test. Release note: None Co-authored-by: Andrew Werner <[email protected]>
- Loading branch information