()
| 94 | } |
| 95 | |
| 96 | func orcaSvcConfig() string { |
| 97 | return `{"loadBalancingConfig": [{"test_backend_metrics_load_balancer": {}}]}` |
| 98 | } |
| 99 | |
| 100 | // TestORCAPerRPCReport verifies that per-call ORCA load reports flow from the |
| 101 | // server through the orcaPicker's Done callback into the context. |
no outgoing calls
no test coverage detected