diff options
author | David Garcia Quintas <dgq@google.com> | 2016-11-15 09:46:32 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-11-15 09:46:32 -0800 |
commit | ffd8e3d8e1397bcae315185818cd9d4784092682 (patch) | |
tree | ca5631d64078b2305141b71c28e060e34b373c43 /test/core | |
parent | 01dbb902743adfaa6c07792faa139fed0bc9c891 (diff) |
pr comment
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/client_channel/lb_policies_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/client_channel/lb_policies_test.c b/test/core/client_channel/lb_policies_test.c index f4779d3935..c373505dd7 100644 --- a/test/core/client_channel/lb_policies_test.c +++ b/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) { |