Skip to content

Commit

Permalink
fix backup message
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjinx committed Nov 14, 2024
1 parent 4339d83 commit 04cc9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/test/endtoend/backup/vtctlbackup/backup_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ func verifySemiSyncStatus(t *testing.T, vttablet *cluster.Vttablet, expectedStat
}

func terminateBackup(t *testing.T, alias string) {
stopBackupMsg := "Completed backing up"
stopBackupMsg := "Done taking Backup"
if currentSetupType == XtraBackup {
stopBackupMsg = "Starting backup with"
}
Expand Down

0 comments on commit 04cc9cc

Please sign in to comment.