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
There is a new protocol test in Smithy 1.49.0 that does not pass because Swift SDK serialization of empty lists in EC2Query is incorrect.
The test: Ec2QueryTestSDKTests.QueryListsRequestTest testEc2EmptyQueryLists()
Ec2QueryTestSDKTests.QueryListsRequestTest testEc2EmptyQueryLists()
Test has been disabled in codegen until this issue can be corrected.
Test Ec2QueryTestSDKTests.QueryListsRequestTest testEc2EmptyQueryLists() passes
Test Ec2QueryTestSDKTests.QueryListsRequestTest testEc2EmptyQueryLists() fails as follows:
Test Case '-[Ec2QueryTestSDKTests.QueryListsRequestTest testEc2EmptyQueryLists]' started. /Users/jbelkins/Code/Xcode3/aws-sdk-swift/codegen/protocol-test-codegen/build/smithyprojections/protocol-test-codegen/ec2-query/swift-codegen/Ec2QueryTestSDKTests/QueryListsRequestTest.swift:122: error: -[Ec2QueryTestSDKTests.QueryListsRequestTest testEc2EmptyQueryLists] : XCTAssertTrue failed - Actual: ListArg=&Action=QueryLists&Version=2020-01-08 Expected: Action=QueryLists&Version=2020-01-08
testsToIgnore
No response
main
Xcode 15.4
macOS 14.4.1
The text was updated successfully, but these errors were encountered:
sichanyoo
No branches or pull requests
Describe the bug
There is a new protocol test in Smithy 1.49.0 that does not pass because Swift SDK serialization of empty lists in EC2Query is incorrect.
The test:
Ec2QueryTestSDKTests.QueryListsRequestTest testEc2EmptyQueryLists()
Test has been disabled in codegen until this issue can be corrected.
Expected Behavior
Test
Ec2QueryTestSDKTests.QueryListsRequestTest testEc2EmptyQueryLists()
passesCurrent Behavior
Test
Ec2QueryTestSDKTests.QueryListsRequestTest testEc2EmptyQueryLists()
fails as follows:Reproduction Steps
testsToIgnore
in the EC2 protocol generator, if neededPossible Solution
No response
Additional Information/Context
No response
AWS SWIFT SDK version used
main
Compiler and Version used
Xcode 15.4
Operating System and version
macOS 14.4.1
The text was updated successfully, but these errors were encountered: