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
3443ef95
"tools/jenkins/run_performance_flamegraphs.sh" did not exist on "2fa7af57677253d1b4913a20a5a0c1562f860539"
Commit
3443ef95
authored
9 years ago
by
Qi Zhao
Browse files
Options
Downloads
Patches
Plain Diff
address the comments
parent
4b8450a7
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
doc/interop-test-descriptions.md
+3
-6
3 additions, 6 deletions
doc/interop-test-descriptions.md
with
3 additions
and
6 deletions
doc/interop-test-descriptions.md
+
3
−
6
View file @
3443ef95
...
...
@@ -519,7 +519,8 @@ Asserts:
### timeout_on_sleeping_server
This test verifies that an RPC request whose lifetime exceeds its configured timeout value will end with the DeadlineExceeded status.
This test verifies that an RPC request whose lifetime exceeds its configured
timeout value will end with the DeadlineExceeded status.
Server features:
*
[
FullDuplexCall
][]
...
...
@@ -532,18 +533,14 @@ Procedure:
```
{
response_type: COMPRESSABLE
response_parameters:{
interval_us: 3000
}
payload:{
body: 27182 bytes of zeros
}
}
```
2.
Server will sleep for the configured interval_us and client waits for the status.
Asserts:
*
Call completed with status D
eadlineExceeded
.
*
Call completed with status D
EADLINE_EXCEEDED
.
### concurrent_large_unary
...
...
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