pull/8666/head
David Garcia Quintas 8 years ago
parent 01dbb90274
commit ffd8e3d8e1
  1. 1
      test/core/client_channel/lb_policies_test.c

@ -950,6 +950,7 @@ static void verify_rebirth_round_robin(const servers_fixture *f,
for (i = 1; i < sequences->n - 1; i++) {
if (sequences->connectivity_states[i] == GRPC_CHANNEL_TRANSIENT_FAILURE) {
found_failure_status = true;
break;
}
}
if (!found_failure_status) {

Loading…
Cancel
Save