diff options
author | Siddharth Rakesh <sidrakesh@google.com> | 2015-06-29 13:06:25 -0700 |
---|---|---|
committer | Siddharth Rakesh <sidrakesh@google.com> | 2015-06-29 13:06:25 -0700 |
commit | 872e8187c20a7142736f95d41d8b005c6ef31bda (patch) | |
tree | 4ec2e8ad227b5c6fd086a68c5e72d9227d7a57c3 /test/cpp/qps/client_async.cc | |
parent | 268e59063a719856eec942c7eace029f34ca8432 (diff) | |
parent | a6de02f5ef15646c12f495f11c410326d34e5dfe (diff) |
Adding required changes
Diffstat (limited to 'test/cpp/qps/client_async.cc')
-rw-r--r-- | test/cpp/qps/client_async.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/cpp/qps/client_async.cc b/test/cpp/qps/client_async.cc index 1b7a8d26b2..d120a8aaec 100644 --- a/test/cpp/qps/client_async.cc +++ b/test/cpp/qps/client_async.cc @@ -234,12 +234,6 @@ class AsyncClient : public Client { GPR_ASSERT(false); break; } - if ((closed_loop_ || !rpc_deadlines_[thread_idx].empty()) && - grpc_time_source::now() > deadline) { - // we have missed some 1-second deadline, which is worth noting - gpr_log(GPR_INFO, "Missed an RPC deadline"); - // Don't give up, as there might be some truly heavy tails - } if (got_event) { ClientRpcContext* ctx = ClientRpcContext::detag(got_tag); if (ctx->RunNextState(ok, histogram) == false) { |