aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/http2_client.cc
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-04-20 14:51:58 -0700
committerGravatar yang-g <yangg@google.com>2017-04-20 14:51:58 -0700
commit03876f66e17fc8a614407bb2aa317b21a2ef7319 (patch)
tree5b0d1d1d6b50ee530ba51dbc0b98c46d180cc2ef /test/cpp/interop/http2_client.cc
parenta4894fcd023493602f8d23222671e550a78c1c24 (diff)
Fix http2_interop test for c++ and python
Diffstat (limited to 'test/cpp/interop/http2_client.cc')
-rw-r--r--test/cpp/interop/http2_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/interop/http2_client.cc b/test/cpp/interop/http2_client.cc
index 38a437f39f..2109e34616 100644
--- a/test/cpp/interop/http2_client.cc
+++ b/test/cpp/interop/http2_client.cc
@@ -108,7 +108,7 @@ bool Http2Client::DoRstAfterData() {
SimpleResponse response;
AssertStatusCode(SendUnaryCall(&response), grpc::StatusCode::INTERNAL);
- GPR_ASSERT(response.has_payload()); // data should be received
+ // There is no guarantee that data would be received.
gpr_log(GPR_DEBUG, "Done testing reset stream after data");
return true;