Skip to content

Commit

Permalink
Remove leftover backups after TestFailingReplication
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Jan 21, 2025
1 parent 80a3c87 commit 17e6948
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go/test/endtoend/backup/vtbackup/backup_only_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ func TestFailingReplication(t *testing.T) {
_ = vtBackup(t, false, false, false)
verifyBackupCount(t, shardKsName, len(backups)+1)

removeBackups(t)
verifyBackupCount(t, shardKsName, 0)

tearDown(t, true)
}

Expand Down

0 comments on commit 17e6948

Please sign in to comment.