pull/15947/head
David Garcia Quintas 7 years ago
parent d1deaad1be
commit e41cae3081
  1. 2
      test/cpp/end2end/client_lb_end2end_test.cc

@ -539,6 +539,8 @@ TEST_F(ClientLbEnd2endTest, RoundRobin) {
EXPECT_EQ("round_robin", channel->GetLoadBalancingPolicyName());
}
// TODO(juanlishen): Investigate getting rid of threads once
// https://github.com/grpc/grpc/pull/15841 is in.
TEST_F(ClientLbEnd2endTest, RoundRobinProcessPending) {
StartServers(1); // Single server
auto channel = BuildChannel("round_robin");

Loading…
Cancel
Save