aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/grpclb
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-07-18 12:57:09 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-07-18 12:57:13 -0700
commita26c77b3147521fc4951c4c105e8e529bd46d2b9 (patch)
treeee065e3fbe874fea095d7832e5f80250bd6681b6 /test/cpp/grpclb
parent1d5cb2ad8a1682afd167bc0ddebc2cc887d5eea0 (diff)
added another TODO to grpclb_test
Diffstat (limited to 'test/cpp/grpclb')
-rw-r--r--test/cpp/grpclb/grpclb_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/grpclb/grpclb_test.cc b/test/cpp/grpclb/grpclb_test.cc
index 1fc0d8ebc0..f5b678ef1d 100644
--- a/test/cpp/grpclb/grpclb_test.cc
+++ b/test/cpp/grpclb/grpclb_test.cc
@@ -69,7 +69,8 @@ extern "C" {
// - Test reception of invalid serverlist
// - Test pinging
// - Test against a non-LB server. That server should return UNIMPLEMENTED and
-// the call should fail.
+// the call should fail.
+// - Random LB server closing the stream unexpectedly.
namespace grpc {
namespace {