diff options
author | Eric Anderson <ejona86@gmail.com> | 2015-05-05 14:32:15 -0700 |
---|---|---|
committer | Eric Anderson <ejona86@gmail.com> | 2015-05-05 14:32:15 -0700 |
commit | e785be8a93a472a93ca6e88fdad6dcc1abbde19a (patch) | |
tree | 4ba5c1be63cc3c98965f9df88e984f94f2b536b7 | |
parent | da00c0aad307222a561115a2e0430519c0a1501c (diff) | |
parent | ef42ea21b1dacb28caa61df71523c58fc96b6318 (diff) |
Merge pull request #1479 from nathanielmanistaatgoogle/interop-test-specification
Call out TODO interop test priorities
-rw-r--r-- | doc/interop-test-descriptions.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md index f67cefadd1..e20f5b1b6d 100644 --- a/doc/interop-test-descriptions.md +++ b/doc/interop-test-descriptions.md @@ -532,7 +532,7 @@ pushback (i.e., attempts to send succeed only after appropriate delays). ### TODO Tests -High priority: +#### High priority: Propagation of status code and message (yangg) @@ -553,7 +553,7 @@ OAuth2 tokens + JWT signing key (GCE->prod only) (abhishek) Metadata: client headers, server headers + trailers, binary+ascii (chenw) -Normal priority: +#### Normal priority: Cancel before start (ctiller) @@ -565,7 +565,7 @@ Timeout but completed before expire (zhaoq) Multiple thousand simultaneous calls timeout on same Channel (ctiller) -Lower priority: +#### Lower priority: Flow control. Pushback at client for large messages (abhishek) @@ -580,7 +580,7 @@ Multiple thousand simultaneous calls on different Channels (ctiller) Failed TLS hostname verification (ejona?) -To priorize: +#### To priorize: Start streaming RPC but don't send any requests, server responds |