(endpoint resolver.Endpoint, content string)
| 689 | } |
| 690 | |
| 691 | func setTestAttrEndpoint(endpoint resolver.Endpoint, content string) resolver.Endpoint { |
| 692 | endpoint.Attributes = endpoint.Attributes.WithValue(testKey, testAttribute{content}) |
| 693 | return endpoint |
| 694 | } |
| 695 | |
| 696 | // TestAddrBalancerAttributesChange tests the case where the ringhash balancer |
| 697 | // receives a ClientConnUpdate with the same config and addresses as received in |
no test coverage detected