aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/interop-test-descriptions.md
diff options
context:
space:
mode:
authorGravatar Qi Zhao <toqizhao@gmail.com>2015-05-14 15:11:26 -0700
committerGravatar Qi Zhao <toqizhao@gmail.com>2015-05-14 15:11:26 -0700
commit3443ef952918a42ab4ccf290ed82a352ba929189 (patch)
tree01f7419d65ea0866e5fb4a137d81686161fd0861 /doc/interop-test-descriptions.md
parent4b8450a72b4197bbb5759b90c952cfe351ea26e8 (diff)
address the comments
Diffstat (limited to 'doc/interop-test-descriptions.md')
-rw-r--r--doc/interop-test-descriptions.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md
index 9dfee66864..822043bc29 100644
--- a/doc/interop-test-descriptions.md
+++ b/doc/interop-test-descriptions.md
@@ -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 DeadlineExceeded.
+* Call completed with status DEADLINE_EXCEEDED.
### concurrent_large_unary