-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Smithy RPC v2 CBOR protocol tests #2188
Conversation
…test, and add the missing headers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All tests passing in Go v2.
smithy-aws-protocol-tests/model/rpcV2/empty-input-output.smithy
Outdated
Show resolved
Hide resolved
smithy-aws-protocol-tests/model/rpcV2/empty-input-output.smithy
Outdated
Show resolved
Hide resolved
smithy-aws-protocol-tests/model/rpcV2/empty-input-output.smithy
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should also add tags the tests that have definite/indefinite encodings so implementations that can't support one or the other for some reason can handle them.
smithy-aws-protocol-tests/model/rpcV2/empty-input-output.smithy
Outdated
Show resolved
Hide resolved
…tation to clarify test.
Passing in go v2 |
Background
Add protocol tests for Smithy RPC v2 CBOR.
Enable protocol compliance testing for the protocol.
Testing
Validation in SDK implementations.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.