aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-07-24 16:34:13 -0700
committerGravatar yang-g <yangg@google.com>2015-07-24 16:34:13 -0700
commit334f52ed2759c0e2d86bdf95febe8c1432419262 (patch)
tree71fcafd27387710a2317dbe610b505cd5ed6aa22
parentfbe15f7b315f24e196d83a46a008b6a7e191580d (diff)
md
-rw-r--r--doc/connection-backoff-interop-test-description.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/connection-backoff-interop-test-description.md b/doc/connection-backoff-interop-test-description.md
index c7038da2ed..8f099cc077 100644
--- a/doc/connection-backoff-interop-test-description.md
+++ b/doc/connection-backoff-interop-test-description.md
@@ -7,6 +7,7 @@ backoffs as specified in
The test server has a port (control_port) running a rpc service for controlling
the server and another port (retry_port) to close any incoming tcp connections.
The test has the following flow:
+
1. The server starts listening on control_port.
2. The client calls Start rpc on server control_port.
3. The server starts listening on retry_port.
@@ -35,6 +36,7 @@ either assert on the server returned backoff status or check the returned
backoffs on its own.
Procedure of client:
+
1. Calls Start on server control port and checks it succeeded.
2. Calls Start on server retry port with a deadline of 540s. Waits and checks it
got deadline exceeded status.