(t *testing.T)
| 1285 | } |
| 1286 | |
| 1287 | func (s) TestGRPCLBEmptyServerListPickFirst(t *testing.T) { |
| 1288 | testGRPCLBEmptyServerList(t, `{"loadBalancingConfig":[{"grpclb":{"childPolicy":[{"pick_first":{}}]}}]}`) |
| 1289 | } |
| 1290 | |
| 1291 | func (s) TestGRPCLBWithTargetNameFieldInConfig(t *testing.T) { |
| 1292 | r := manual.NewBuilderWithScheme("whatever") |
nothing calls this directly
no test coverage detected