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
b5b4d168
Commit
b5b4d168
authored
9 years ago
by
Eric Anderson
Browse files
Options
Downloads
Plain Diff
Merge pull request #1599 from iamqizhao/master
Add a timeout interop spec
parents
6f079f7e
ef313d21
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
+22
-2
22 additions, 2 deletions
doc/interop-test-descriptions.md
with
22 additions
and
2 deletions
doc/interop-test-descriptions.md
+
22
−
2
View file @
b5b4d168
...
...
@@ -517,6 +517,28 @@ Procedure:
Asserts:
*
Call completed with status CANCELLED
### timeout_on_sleeping_server
This test verifies that an RPC request whose lifetime exceeds its configured
timeout value will end with the DeadlineExceeded status.
Server features:
*
[
FullDuplexCall
][]
Procedure:
1.
Client calls FullDuplexCall with the following request and sets its timeout to 1ms.
```
{
payload:{
body: 27182 bytes of zeros
}
}
```
Asserts:
*
Call completed with status DEADLINE_EXCEEDED.
### concurrent_large_unary
Status: TODO
...
...
@@ -540,8 +562,6 @@ Cancel after sent headers (ctiller - done)
Cancel after received first message (ctiller - done)
Timeout after expire (zhaoq)
Zero-message streams (ejona)
Multiple thousand simultaneous calls on same Channel (ctiller - done)
...
...
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