Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
c96151bf
Commit
c96151bf
authored
8 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Plain Diff
Merge pull request #6561 from vjpai/ytpo
De-
ify code
parents
4e841829
b4cb2491
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/cpp/interop/interop_client.cc
+4
-4
4 additions, 4 deletions
test/cpp/interop/interop_client.cc
with
4 additions
and
4 deletions
test/cpp/interop/interop_client.cc
+
4
−
4
View file @
c96151bf
...
@@ -413,7 +413,7 @@ bool InteropClient::DoRequestStreaming() {
...
@@ -413,7 +413,7 @@ bool InteropClient::DoRequestStreaming() {
}
}
bool
InteropClient
::
DoResponseStreaming
()
{
bool
InteropClient
::
DoResponseStreaming
()
{
gpr_log
(
GPR_DEBUG
,
"Receiving response steaming rpc ..."
);
gpr_log
(
GPR_DEBUG
,
"Receiving response st
r
eaming rpc ..."
);
ClientContext
context
;
ClientContext
context
;
StreamingOutputCallRequest
request
;
StreamingOutputCallRequest
request
;
...
@@ -465,7 +465,7 @@ bool InteropClient::DoResponseCompressedStreaming() {
...
@@ -465,7 +465,7 @@ bool InteropClient::DoResponseCompressedStreaming() {
CompressionType_Name
(
compression_types
[
j
]).
c_str
(),
CompressionType_Name
(
compression_types
[
j
]).
c_str
(),
PayloadType_Name
(
payload_types
[
i
]).
c_str
());
PayloadType_Name
(
payload_types
[
i
]).
c_str
());
gpr_log
(
GPR_DEBUG
,
"Receiving response steaming rpc %s."
,
log_suffix
);
gpr_log
(
GPR_DEBUG
,
"Receiving response st
r
eaming rpc %s."
,
log_suffix
);
request
.
set_response_type
(
payload_types
[
i
]);
request
.
set_response_type
(
payload_types
[
i
]);
request
.
set_response_compression
(
compression_types
[
j
]);
request
.
set_response_compression
(
compression_types
[
j
]);
...
@@ -544,7 +544,7 @@ bool InteropClient::DoResponseCompressedStreaming() {
...
@@ -544,7 +544,7 @@ bool InteropClient::DoResponseCompressedStreaming() {
}
}
bool
InteropClient
::
DoResponseStreamingWithSlowConsumer
()
{
bool
InteropClient
::
DoResponseStreamingWithSlowConsumer
()
{
gpr_log
(
GPR_DEBUG
,
"Receiving response steaming rpc with slow consumer ..."
);
gpr_log
(
GPR_DEBUG
,
"Receiving response st
r
eaming rpc with slow consumer ..."
);
ClientContext
context
;
ClientContext
context
;
StreamingOutputCallRequest
request
;
StreamingOutputCallRequest
request
;
...
@@ -677,7 +677,7 @@ bool InteropClient::DoPingPong() {
...
@@ -677,7 +677,7 @@ bool InteropClient::DoPingPong() {
}
}
bool
InteropClient
::
DoCancelAfterBegin
()
{
bool
InteropClient
::
DoCancelAfterBegin
()
{
gpr_log
(
GPR_DEBUG
,
"Sending request steaming rpc ..."
);
gpr_log
(
GPR_DEBUG
,
"Sending request st
r
eaming rpc ..."
);
ClientContext
context
;
ClientContext
context
;
StreamingInputCallRequest
request
;
StreamingInputCallRequest
request
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment