diff options
author | Craig Tiller <ctiller@google.com> | 2016-07-14 13:21:24 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-07-14 13:21:24 -0700 |
commit | 0a06cd7b6839f8fad89b3976199901a0150c3734 (patch) | |
tree | 3e93cb951ae98d7bf4925f83d9c24c48cfc9c6fa /test/cpp | |
parent | 9053ec01fe14ecc83d64313c8199e5ed2c800c1a (diff) |
Cleanup from code review
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/qps/client_async.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/qps/client_async.cc b/test/cpp/qps/client_async.cc index 24bc0eb5f4..5dd0bd8533 100644 --- a/test/cpp/qps/client_async.cc +++ b/test/cpp/qps/client_async.cc @@ -225,6 +225,8 @@ class AsyncClient : public ClientImpl<StubType, RequestType> { return true; } case CompletionQueue::TIMEOUT: + // TODO(ctiller): do something here to track how frequently we pass + // through this codepath. return true; } GPR_UNREACHABLE_CODE(return false); |