diff options
author | David Garcia Quintas <dgq@google.com> | 2016-07-15 07:46:47 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-07-15 07:46:47 -0700 |
commit | 8b3b97f99d8602636dfa1b914043a3cf0c167c7c (patch) | |
tree | a3811854b0d73b3df8bcfebf9e30edcd63882427 /test | |
parent | ea11d168c7af7405d9f3db665c977dc0bffde10e (diff) |
Added a tiny comment header and TODOs.
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/grpclb/grpclb_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/grpclb/grpclb_test.cc b/test/cpp/grpclb/grpclb_test.cc index 8fcec1012e..1fc0d8ebc0 100644 --- a/test/cpp/grpclb/grpclb_test.cc +++ b/test/cpp/grpclb/grpclb_test.cc @@ -68,6 +68,8 @@ extern "C" { // - Send identical serverlist update // - Test reception of invalid serverlist // - Test pinging +// - Test against a non-LB server. That server should return UNIMPLEMENTED and +// the call should fail. namespace grpc { namespace { |