Closed landreasyan closed 2 years ago
Totals | |
---|---|
Change from base Build 1899911775: | 11.3% |
Covered Lines: | 5384 |
Relevant Lines: | 8323 |
FYI, I added a temporary trigger to run the scale test on this PR to check that proper triggering of the workflow works and that the uninstall issue with the scale test is fixed. I'll be removing it before merging.
This PR will be rebased and merged after #397
Cleanup for scale test is working properly with the increased timeout changes: https://github.com/abhisheksinghbaghel/azuredisk-csi-driver/runs/5326812044
What type of PR is this?
What this PR does / why we need it: The cleanup of Stateful Sets was relying on the namespace deletion to delete the PVC-s and PV-s, thus the test was not waiting for all the resources to be deleted before completion. These changes add manual PVC and PV deletion to the Stateful Set cleanup, ensuring that all resources are deleted when the test ends.
Which issue(s) this PR fixes:
Fixes #
Requirements:
Special notes for your reviewer:
Release note: