-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to rc4 of conformance suite and fix several issues
- Loading branch information
Showing
17 changed files
with
182 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,13 @@ | ||
# If error body is JSON null, it is interpreted as an unknown error | ||
# instead of falling back to basing code on the HTTP status. | ||
Connect Error and End-Stream/**/error/null | ||
|
||
# Deadline headers are not currently set. | ||
Deadline Propagation/** | ||
|
||
# This response doesn't look like a normal Connect response, so it | ||
# goes through okhttp's default 408 code handling, which retries. | ||
# The retry triggers an error: | ||
# client sent another request (#2) for the same test case | ||
HTTP to Connect Code Mapping/**/request-timeout | ||
|
||
# Bug: response content-type is not correctly checked | ||
Unexpected Responses/**/unexpected-content-type | ||
**/unexpected-content-type | ||
|
||
# Bug: "trailers-only" responses are not correctly identified. | ||
# If headers contain "grpc-status", this client assumes it is a | ||
# trailers-only response. However, a trailers-only response should | ||
# instead be identified by lack of body or HTTP trailers. | ||
gRPC Unexpected Responses/**/trailers-only/* | ||
gRPC-Web Unexpected Responses/**/trailers-only/ignore-header-if-body-present | ||
|
||
# Bug: if gRPC unary response contains zero messages or | ||
# more than one message, client does not complain if | ||
# status trailers says "ok" | ||
gRPC Unexpected Responses/**/unary-multiple-responses | ||
gRPC Unexpected Responses/**/unary-ok-but-no-response | ||
gRPC-Web Unexpected Responses/**/unary-ok-but-no-response | ||
|
||
# Bug: incorrect code attribution for these failures (INTERNAL instead of UNKNOWN) | ||
gRPC-Web Unexpected Responses/**/missing-status | ||
gRPC-Web Unexpected Responses/**/trailers-in-body/unary-multiple-responses |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.