Fix Async QPS Test

pull/13677/head
Ken Payson 7 years ago
parent 6fa206de8f
commit 8873975a30
  1. 1
      test/cpp/qps/client_async.cc

@ -280,6 +280,7 @@ class AsyncClient : public ClientImpl<StubType, RequestType> {
},
&got_tag, &ok, gpr_inf_future(GPR_CLOCK_REALTIME))) {
t->UpdateHistogram(entry_ptr);
entry = HistogramEntry();
shutdown_mu->lock();
ctx = ProcessTag(thread_idx, got_tag);
if (ctx == nullptr) {

Loading…
Cancel
Save