aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/negative-http2-interop-test-descriptions.md
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2017-01-13 10:16:35 -0800
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-01-13 10:16:35 -0800
commitd09122e51846d497b479a5e5072a775642cc32ae (patch)
tree758c3385caf091f5a8b19bc8bffd200c12b99a93 /doc/negative-http2-interop-test-descriptions.md
parente93b028f07addb13240e636aaea837e3f0eaa9c4 (diff)
parent6b6954050cf0379dbbee90dd18313a3779e0dd52 (diff)
Merge branch 'master' into tweak_slice_buffer
Diffstat (limited to 'doc/negative-http2-interop-test-descriptions.md')
-rw-r--r--doc/negative-http2-interop-test-descriptions.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/negative-http2-interop-test-descriptions.md b/doc/negative-http2-interop-test-descriptions.md
index 5ea3a96dff..b64fe6a024 100644
--- a/doc/negative-http2-interop-test-descriptions.md
+++ b/doc/negative-http2-interop-test-descriptions.md
@@ -49,7 +49,8 @@ server. The client should handle the goaway by switching to a new stream without
the user application having to do a thing.
Client Procedure:
- 1. Client sends two UnaryCall requests with:
+ 1. Client sends two UnaryCall requests (and sleeps for 1 second in-between).
+ TODO: resolve [9300](https://github.com/grpc/grpc/issues/9300) and remove the 1 second sleep
```
{
@@ -61,14 +62,14 @@ Client Procedure:
```
Client asserts:
-* Call was successful.
+* Both calls are successful.
* Response payload body is 314159 bytes in size.
Server Procedure:
1. Server sends a GOAWAY after receiving the first UnaryCall.
Server asserts:
-* The second UnaryCall has a different stream_id than the first one.
+* Two different connections were used from the client.
### rst_after_header