mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-26 01:44:19 +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:
@@ -291,7 +291,7 @@ func TestRunCancelableRestore(t *testing.T) {
|
||||
kubeClientObj: []runtime.Object{ddInProgress},
|
||||
dataPathStarted: true,
|
||||
expectedEventMsg: fmt.Sprintf("Data path for %s stopped", dataDownloadName),
|
||||
expectedErr: "timed out waiting for fs restore to complete",
|
||||
expectedErr: "timed out waiting for restore to complete",
|
||||
},
|
||||
{
|
||||
name: "data path returns error",
|
||||
|
||||
Reference in New Issue
Block a user