mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-03 22:57:04 +00:00
backup sync: process the default location first
Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
@@ -176,6 +176,7 @@ func TestBackupSyncControllerRun(t *testing.T) {
|
||||
sharedInformers.Ark().V1().BackupStorageLocations(),
|
||||
time.Duration(0),
|
||||
test.namespace,
|
||||
"",
|
||||
nil, // pluginRegistry
|
||||
arktest.NewLogger(),
|
||||
logrus.DebugLevel,
|
||||
@@ -341,6 +342,7 @@ func TestDeleteOrphanedBackups(t *testing.T) {
|
||||
sharedInformers.Ark().V1().BackupStorageLocations(),
|
||||
time.Duration(0),
|
||||
test.namespace,
|
||||
"",
|
||||
nil, // pluginRegistry
|
||||
arktest.NewLogger(),
|
||||
logrus.InfoLevel,
|
||||
|
||||
Reference in New Issue
Block a user