Xun Jiang/Bruce Jiang
Xun Jiang/Bruce Jiang
Check whether the namespaces specified in the `backup.Spec.IncludeNamespaces` exist during backup resource collection. If not, log an error message to mark the backup as `PartiallyFailed`. Thank you for contributing to...
Thank you for contributing to Velero! # Please add a summary of your change # Does your change fix a particular issue? Fixes #7929 # Please indicate you've done the...
Thank you for contributing to Velero! # Please add a summary of your change # Does your change fix a particular issue? Fixes #7818 # Please indicate you've done the...
**Describe the problem/challenge you have** Bump Ginkgo to v2, and resolve potential conflicts. https://onsi.github.io/ginkgo/MIGRATING_TO_V2#major-changes **Describe the solution you'd like** **Anything else you would like to add:** **Environment:** - Velero version...
- [ ] Replace RunSpecsWithDefaultAndCustomReporters - #7957 - [ ] Adjust default timeout - #7958 - [ ] Use labels instead of regex - #7959 - [ ] Support running...
**Describe the problem/challenge you have** The Velero E2E test duration is more than 4 hours. It's better to save some time to make the CI pipeline run more efficiently. https://onsi.github.io/ginkgo/index#spec-parallelization...
**Describe the problem/challenge you have** ``` go var _ = Describe("[APIGroup][APIVersion][SKIP_KIND] Velero tests with various CRD API group versions", APIGropuVersionsTest) var _ = Describe("[APIGroup][APIExtensions][SKIP_KIND] CRD of apiextentions v1beta1 should be...
**Describe the problem/challenge you have** The Ginkgo v2 default timeout is 1h, and the Ginkgo v1 default timeout is 24h. https://onsi.github.io/ginkgo/MIGRATING_TO_V2#timeout-behavior The current E2E test time duration is more than...
**Describe the problem/challenge you have** After bumping Ginkgo to v2, the function `RunSpecsWithDefaultAndCustomReporters` used by the current E2E code is deprecated. https://onsi.github.io/ginkgo/MIGRATING_TO_V2#removed-custom-reporters **Describe the solution you'd like** Use the function...
**Describe the problem/challenge you have** https://github.com/vmware-tanzu/velero/blob/62c7fef8274260f6e5349197058666f01e12a60a/pkg/backup/item_backupper.go#L380-L397 Due to this logic check, the VolumePolicy is limited to the Velero CSI BIA, all the other BIA plugins cannot support the [VolumePolicy](https://velero.io/docs/main/resource-filtering/#resource-policies), including...