From 04cc9cc93d073aa745eace6579a9ede155873b7a Mon Sep 17 00:00:00 2001 From: Tanjin Xu Date: Wed, 13 Nov 2024 16:46:01 -0800 Subject: [PATCH] fix backup message --- go/test/endtoend/backup/vtctlbackup/backup_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/test/endtoend/backup/vtctlbackup/backup_utils.go b/go/test/endtoend/backup/vtctlbackup/backup_utils.go index e2c1e17bebe..8a0dc2ce7ec 100644 --- a/go/test/endtoend/backup/vtctlbackup/backup_utils.go +++ b/go/test/endtoend/backup/vtctlbackup/backup_utils.go @@ -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" }