aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2015-06-29 10:26:48 -0700
committerGravatar Vijay Pai <vpai@google.com>2015-06-29 10:26:48 -0700
commitd4bfa95d3c513e0a42fc2a75c0c880b7e497d8b0 (patch)
tree0e0b1f98a7759ef50dec1af81914ad8c079d6520 /test/cpp/qps
parent202930ad5438fca5e0f04da034826a98ba5b1f6d (diff)
parent0960875b064428e9ed8588666d6b11e79cc025e5 (diff)
Merge pull request #2169 from ctiller/no-spam-for-you
Remove spammy line (this is obfuscating testing logs)
Diffstat (limited to 'test/cpp/qps')
-rw-r--r--test/cpp/qps/client_async.cc6
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) {