Add test coverage for adding/removing FD in KCP #11602
Labels
area/provider/control-plane-kubeadm
Issues or PRs related to KCP
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 implementing #11598 I noticed that test coverage for failure domain management in KCP is minimal or not existent.
The PR partially addressed the tech debt by implementing test coverage for the failuredomains package (which was modified by the PR), but the upper layer of the call stack (scale.go, control_plane.go) still lack of test coverage, mostly with regards of scenarios where we are adding or removing failure domains.
/kind cleanup
/area provider/control-plane-kubeadm
The text was updated successfully, but these errors were encountered: