aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/interop-test-descriptions.md24
1 files changed, 22 insertions, 2 deletions
diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md
index e20f5b1b6d..066116b2d9 100644
--- a/doc/interop-test-descriptions.md
+++ b/doc/interop-test-descriptions.md
@@ -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)