Enhance Integration Test to cover all special cases of cascade delete of resources for VM deletion. #904
Labels
area/testing
Testing related
kind/enhancement
Enhancement, improvement, extension
priority/3
Priority (lower number equals higher priority)
How to categorize this issue?
/area testing
/kind enhancement
/priority 3
What would you like to be added:
We had a bug in the
DeleteMachine
implementation in Azure where cascade delete option was set for all resources attached to the VM. It should be set only for the resources that were created as a part of VM creation. Ideally, an Integration Test should have caught this.Why is this needed:
See gardener/machine-controller-manager-provider-azure#142
The text was updated successfully, but these errors were encountered: