Fix comment

pull/13539/head
Juanli Shen 7 years ago committed by GitHub
parent 0e142d4742
commit f9df52900a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/cpp/end2end/grpclb_end2end_test.cc

@ -1042,7 +1042,7 @@ TEST_F(UpdatesTest, UpdateBalancersDeadUpdate) {
EXPECT_EQ(0U, backend_servers_[1].service_->request_count());
WaitForBackend(1);
// This is serviced by the existing RR policy
// This is serviced by the updated RR policy
backend_servers_[1].service_->ResetCounters();
gpr_log(GPR_INFO, "========= BEFORE THIRD BATCH ==========");
CheckRpcSendOk(10);

Loading…
Cancel
Save