aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client_sync.cc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-01-24 16:16:23 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-01-24 16:16:23 -0800
commitfd900e09fbafad16159617af86ca5b56f4819182 (patch)
tree8cc6e609fcec3e38e6966143f53cb2bd1d2417df /test/cpp/qps/client_sync.cc
parent401f903151825dc06a90ab145791828276278521 (diff)
parent7e05426477dbb0235b806ddaa87b6ea95031efdd (diff)
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
Diffstat (limited to 'test/cpp/qps/client_sync.cc')
-rw-r--r--test/cpp/qps/client_sync.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/client_sync.cc b/test/cpp/qps/client_sync.cc
index 82a3f0042d..a2ddbeb508 100644
--- a/test/cpp/qps/client_sync.cc
+++ b/test/cpp/qps/client_sync.cc
@@ -402,6 +402,7 @@ class SynchronousStreamingBothWaysClient final
};
std::unique_ptr<Client> CreateSynchronousClient(const ClientConfig& config) {
+ GPR_ASSERT(!config.use_coalesce_api()); // not supported yet.
switch (config.rpc_type()) {
case UNARY:
return std::unique_ptr<Client>(new SynchronousUnaryClient(config));