mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-09 06:33:22 +00:00
Fixed backup deletion bug related to async operations
Signed-off-by: Scott Seago <sseago@redhat.com>
This commit is contained in:
@@ -52,6 +52,7 @@ func mockBackupFinalizerReconciler(fakeClient kbclient.Client, fakeClock *testcl
|
||||
fakeClock,
|
||||
backupper,
|
||||
func(logrus.FieldLogger) clientmgmt.Manager { return pluginManager },
|
||||
NewBackupTracker(),
|
||||
NewFakeSingleObjectBackupStoreGetter(backupStore),
|
||||
logrus.StandardLogger(),
|
||||
metrics.NewServerMetrics(),
|
||||
|
||||
Reference in New Issue
Block a user