aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client_sync.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-19 15:37:45 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-05-19 15:37:45 -0700
commit840931eec9bfd95c2d69f6b1e60413d18dd8281e (patch)
treee72a773271b5561b5339769e91c0f97f02e7aaea /test/cpp/qps/client_sync.cc
parenta753371f05dd116df3f27a18eb6e08e1ed0c1b4f (diff)
More import fixes
Diffstat (limited to 'test/cpp/qps/client_sync.cc')
-rw-r--r--test/cpp/qps/client_sync.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/client_sync.cc b/test/cpp/qps/client_sync.cc
index f35713280a..0aae82604d 100644
--- a/test/cpp/qps/client_sync.cc
+++ b/test/cpp/qps/client_sync.cc
@@ -155,7 +155,7 @@ class SynchronousStreamingClient : public SynchronousClient {
if (*stream) {
// forcibly cancel the streams, then finish
context_[i].TryCancel();
- (*stream)->Finish();
+ (*stream)->Finish().IgnoreError();
// don't log any error message on !ok since this was canceled
}
});