|
|
@ -944,15 +944,15 @@ bool InteropClient::DoUnimplementedMethod() { |
|
|
|
Empty response = Empty::default_instance(); |
|
|
|
Empty response = Empty::default_instance(); |
|
|
|
ClientContext context; |
|
|
|
ClientContext context; |
|
|
|
|
|
|
|
|
|
|
|
gpr_log(GPR_DEBUG, "here"); |
|
|
|
Status s = serviceStub_.Get()->UnimplementedMethod( |
|
|
|
|
|
|
|
|
|
|
|
Status s = serviceStub_.Get()->UnimplementedCall( |
|
|
|
|
|
|
|
&context, request, &response); |
|
|
|
&context, request, &response); |
|
|
|
|
|
|
|
|
|
|
|
if (!AssertStatusCode(s, StatusCode::UNIMPLEMENTED)) { |
|
|
|
if (!AssertStatusCode(s, StatusCode::UNIMPLEMENTED)) { |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_ASSERT(s.error_message().empty()); |
|
|
|
|
|
|
|
|
|
|
|
gpr_log(GPR_DEBUG, "unimplemented rpc done."); |
|
|
|
gpr_log(GPR_DEBUG, "unimplemented rpc done."); |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
} |
|
|
|
} |
|
|
|