aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-05-14 13:05:41 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-05-14 13:05:41 -0700
commitf7a670fe6da0538679dab200132b2d15742b4963 (patch)
tree0d20f1e2f61c6855bd3cea87a88fd2fa3f140c90 /test/cpp
parent1ba1bba66a18b6b7986a1cfa52c6f1ac4a14a029 (diff)
parent088891119f17b827b4f45f09e39411f007618ddf (diff)
Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/end2end/hybrid_end2end_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/end2end/hybrid_end2end_test.cc b/test/cpp/end2end/hybrid_end2end_test.cc
index 02043a89d3..0423448154 100644
--- a/test/cpp/end2end/hybrid_end2end_test.cc
+++ b/test/cpp/end2end/hybrid_end2end_test.cc
@@ -216,7 +216,7 @@ class HybridEnd2endTest : public ::testing::Test {
}
// Create a separate cq for each potential handler.
for (int i = 0; i < 5; i++) {
- cqs_.push_back(builder.AddCompletionQueue());
+ cqs_.push_back(builder.AddCompletionQueue(false));
}
server_ = builder.BuildAndStart();
}