aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/grpclb_end2end_test.cc
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-02-20 10:28:22 -0800
committerGravatar Mark D. Roth <roth@google.com>2018-02-20 10:28:22 -0800
commitbd0f15119a3563d16869262d4c38a419264799ec (patch)
treed4130f158af12380319d4887ca2c98f1bdf9d6a0 /test/cpp/end2end/grpclb_end2end_test.cc
parent824b21e13ae50a44c34865abe8e454f13a82008d (diff)
Refactor code for generating balancer channel args.
Diffstat (limited to 'test/cpp/end2end/grpclb_end2end_test.cc')
-rw-r--r--test/cpp/end2end/grpclb_end2end_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/end2end/grpclb_end2end_test.cc b/test/cpp/end2end/grpclb_end2end_test.cc
index 96bd93682e..25e108e1a1 100644
--- a/test/cpp/end2end/grpclb_end2end_test.cc
+++ b/test/cpp/end2end/grpclb_end2end_test.cc
@@ -58,6 +58,8 @@
// - Test handling of creation of faulty RR instance by having the LB return a
// serverlist with non-existent backends after having initially returned a
// valid one.
+// - test using secure credentials and make sure we don't send call
+// credentials to the balancer
//
// Findings from end to end testing to be covered here:
// - Handling of LB servers restart, including reconnection after backing-off