aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-06-09 16:12:53 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-06-09 16:12:53 -0700
commit7b3fa9e54fda047237f47be2c13fc015bb0546a4 (patch)
tree97c31f76cd193b5575f2fb1e88c14eea5d3a9cfa /doc
parent74686ce7c4354020b4e48ba067ac7635d0e4edb2 (diff)
Reworded spec.
Diffstat (limited to 'doc')
-rw-r--r--doc/interop-test-descriptions.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md
index a023d80c50..ebeb62753b 100644
--- a/doc/interop-test-descriptions.md
+++ b/doc/interop-test-descriptions.md
@@ -92,8 +92,10 @@ Client asserts:
### client_compressed_unary
-This test verifies the client can compress unary messages. It sends one
-unary request for a compressable payload type, with and without compression.
+This test verifies the client can compress unary messages. It sends two
+unary requests with their payloads marked as COMPRESSABLE. One request will be
+sent compressed and its `expect_compressed_request` set to true. Conversely for
+the uncompressed case.
Server features:
* [UnaryCall][]
@@ -138,9 +140,9 @@ Procedure:
### server_compressed_unary
-This test verifies the server can compress unary messages. It sends one unary
-request for a COMPRESSABLE payload type, with and without requesting a
-compressed response from the server.
+This test verifies the server can compress unary messages. It sends two unary
+requests for a COMPRESSABLE payload type, expecting the server response to be
+compressed or not according to the `request_compressed_response` boolean.
Whether compression was actually performed is determined by the compression bit
in the response's message flags.