Closed bohhyang closed 2 years ago
LGTM, let's consider adding some test coverage in the future? The UT coverage for these classes looks very sparse.
That's true. Lots of the pegasus classes have very few UT. I will create a work item to improve test coverage for our planning tomorrow. Thanks.
LGTM, let's consider adding some test coverage in the future? The UT coverage for these classes looks very sparse.
Great to hear! Thank you.
Previously, canary distribution provider was passed in only from last-seen load balancer factory, which causes the canary distribution provider being null for ZKFS toggling load balancer. This PR is to fix that by passing in the provider from ZKFS load balancer factory as well.