pull/9404/head
Craig Tiller 8 years ago
parent da9de8988b
commit ffc843ddcb
  1. 2
      test/cpp/end2end/end2end_test.cc

@ -901,6 +901,8 @@ TEST_P(End2endTest, RpcMaxMessageSize) {
EchoRequest request;
EchoResponse response;
request.set_message(string(kMaxMessageSize_ * 2, 'a'));
// cancelled is not guaranteed to appear before the end of the service handler
request.mutable_param()->set_skip_cancelled_check(true);
ClientContext context;
Status s = stub_->Echo(&context, request, &response);

Loading…
Cancel
Save