mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-28 11:56:42 +00:00
Run the E2E test on kind / setup-test-matrix (push) Failing after 3s
e2e-test-kind.yaml / extract (push) Failing after 12s
Run the E2E test on kind / get-go-version (push) Failing after 13s
Run the E2E test on kind / build (push) Skipped
Run the E2E test on kind / run-e2e-test (push) Skipped
push.yml / extract (push) Failing after 8s
Main CI / get-go-version (push) Failing after 9s
Main CI / Build (push) Skipped
* test: Unify duplicate test harness structs in restore and delete tests Extract the duplicated test harness (fakeRestorer, Harness struct, and AddResource/AddItems helpers) from restore_test.go and delete_item_action_handler_test.go into a shared pkg/test.Harness. Backup tests are intentionally excluded: the shared AddResource strips metadata.creationTimestamp and status (restore semantics), which would change what the backup tests tar up and assert on. Signed-off-by: opbot_xd <awasthikrishna23052005@gmail.com> * ci: retry Signed-off-by: opbot_xd <awasthikrishna23052005@gmail.com> * ci: retry Signed-off-by: opbot_xd <awasthikrishna23052005@gmail.com> --------- Signed-off-by: opbot_xd <awasthikrishna23052005@gmail.com>