Improve test coverage of ClusterCacheTracker #9044
Labels
area/clustercachetracker
Issues or PRs related to the clustercachetracker
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
ClusterCacheTracker is a crucial component in Cluster API as it's used across controllers to communicate with workload clusters.
We had a few bugs in edge cases:
I think we should take a look at these issues again and audit the entire code to ensure we have test coverage for all relevant cases. Including edge cases with unreachable workload cluster apiservers.
One of the problems that can occur when workload cluster apiservers become unreachable is that Reconcilers are getting stuck. So it's important to avoid bugs in CCT.
The text was updated successfully, but these errors were encountered: