Improve test coverage of Machine controller reconcileDelete #11626
Labels
area/machine
Issues or PRs related to machine lifecycle management
area/testing
Issues or PRs related to testing
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
needs-priority
Indicates an issue lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
While adding sorting for hooks in condition messages it came up that we don't have test coverage for this part of the code: #11624 (comment)
The code we changed was adding sorting for hooks via these two PRs:
But the entire code for the pre-terminate and pre-drain hooks in reconcileDelete has no test coverage
The text was updated successfully, but these errors were encountered: