diff options
author | Nathaniel Manista <nathaniel@google.com> | 2015-05-05 21:16:17 +0000 |
---|---|---|
committer | Nathaniel Manista <nathaniel@google.com> | 2015-05-05 21:18:43 +0000 |
commit | ef42ea21b1dacb28caa61df71523c58fc96b6318 (patch) | |
tree | effd4b5eacc3e1db6b79f408f9175cb6b98bd20e /doc | |
parent | 97c5559040204dcff338df79b16390014fbc82c9 (diff) |
Make headers of TODO interop test priorities
Diffstat (limited to 'doc')
-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 |