From 62119b2a2e3fc23c75ff593f80b7c95e043a6344 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Tue, 24 May 2022 10:45:07 -0700 Subject: [PATCH] interop-testing: Update comment to round_robin. (#9196) --- .../testing/integration/RpcBehaviorLoadBalancerProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interop-testing/src/main/java/io/grpc/testing/integration/RpcBehaviorLoadBalancerProvider.java b/interop-testing/src/main/java/io/grpc/testing/integration/RpcBehaviorLoadBalancerProvider.java index e73e1b9267..f1b1c79d5d 100644 --- a/interop-testing/src/main/java/io/grpc/testing/integration/RpcBehaviorLoadBalancerProvider.java +++ b/interop-testing/src/main/java/io/grpc/testing/integration/RpcBehaviorLoadBalancerProvider.java @@ -38,7 +38,7 @@ import javax.annotation.Nonnull; * looks for an "rpc_behavior" field in its configuration and includes the value in the * "rpc-behavior" metadata entry that is sent to the server. This will cause the test server to * behave in a predefined way. Endpoint picking logic is delegated to the - * {@link PickFirstLoadBalancer}. + * {@link RoundRobinLoadBalancer}. * *

Initial use case is to prove that a custom load balancer can be configured by the control * plane via xDS. An interop test will configure this LB and then verify it has been correctly