mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-26 09:54:23 +00:00
Full backup for all data movers (#10185)
* support full backup for fs data mover Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * full backup for PVB Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * full backup for all data movers Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * fix UT error Signed-off-by: Lyndon-Li <lyonghui@vmware.com> --------- Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
@@ -345,7 +345,7 @@ func TestRunCancelableDataPath(t *testing.T) {
|
||||
kubeClientObj: []runtime.Object{duInProgress},
|
||||
dataPathStarted: true,
|
||||
expectedEventMsg: fmt.Sprintf("Data path for %s stopped", dataUploadName),
|
||||
expectedErr: "timed out waiting for fs backup to complete",
|
||||
expectedErr: "timed out waiting for backup to complete",
|
||||
},
|
||||
{
|
||||
name: "data path returns error",
|
||||
|
||||
Reference in New Issue
Block a user