From 1ead5c19057c9ea09d5134bba5a9cae42d14d555 Mon Sep 17 00:00:00 2001 From: Na-Na Pang Date: Mon, 28 Oct 2019 10:00:25 -0700 Subject: [PATCH] remove the last invalid read, which cause hanging issue in driver --- test/cpp/qps/driver.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc index 79f104f47ae..2a850da6c60 100644 --- a/test/cpp/qps/driver.cc +++ b/test/cpp/qps/driver.cc @@ -491,8 +491,6 @@ std::unique_ptr RunScenario( stats.request_results(i).count(); } result->add_client_stats()->CopyFrom(stats); - // That final status should be the last message on the client stream - GPR_ASSERT(!client->stream->Read(&client_status)); } else { gpr_log(GPR_ERROR, "Couldn't get final status from client %zu", i); }