We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Smithy project changed the way empty queries are to be serialized here. This change was introduced in Smithy 1.26.1.
This change in intended behavior broke a corresponding protocol test in the Swift project.
All protocol tests pass.
One protocol test fails:
smithy-swift/Packages/SmithyTestUtil/Sources/RequestTestUtil/HttpRequestTestBase.swift:342: error: QueryListsRequestTest.testEc2EmptyQueryLists : XCTAssertTrue failed - expected query name value pair not found: ListArg: Optional("")
Run CI on any branch forked from main. Observe CI jobs fail with a failed test.
Change the Swift test to match expected Smithy behavior.
No response
main branch
Latest
All are affected
The text was updated successfully, but these errors were encountered:
epau
No branches or pull requests
Describe the bug
The Smithy project changed the way empty queries are to be serialized here. This change was introduced in Smithy 1.26.1.
This change in intended behavior broke a corresponding protocol test in the Swift project.
Expected Behavior
All protocol tests pass.
Current Behavior
One protocol test fails:
Reproduction Steps
Run CI on any branch forked from main. Observe CI jobs fail with a failed test.
Possible Solution
Change the Swift test to match expected Smithy behavior.
Additional Information/Context
No response
AWS SWIFT SDK version used
main branch
Compiler and Version used
Latest
Operating System and version
All are affected
The text was updated successfully, but these errors were encountered: