You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified all of my SDK modules are up-to-date (you can perform a bulk update with go get -u github.com/aws/aws-sdk-go-v2/...)
Describe the bug
Smithy has updated their protocol tests to allow non-nil empty headers in smithy-lang/smithy#2403
However, these updated tests haven't been released as of Smithy 1.51.0.
When we push a fix for the issue, we need to temporarily skip these tests until they are fixed
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
All protocol tests should pass ideally, but these are expected to be broken until they are published
Current Behavior
These protocol tests fail, but it's expected until Smithy publishes the new version
Reproduction Steps
make unit
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
n/a
Compiler and Version used
n/a
Operating System and version
n/a
The text was updated successfully, but these errors were encountered:
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
Smithy has updated their protocol tests to allow non-nil empty headers in smithy-lang/smithy#2403
However, these updated tests haven't been released as of Smithy 1.51.0.
When we push a fix for the issue, we need to temporarily skip these tests until they are fixed
Regression Issue
Expected Behavior
All protocol tests should pass ideally, but these are expected to be broken until they are published
Current Behavior
These protocol tests fail, but it's expected until Smithy publishes the new version
Reproduction Steps
make unit
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
n/a
Compiler and Version used
n/a
Operating System and version
n/a
The text was updated successfully, but these errors were encountered: