-
Notifications
You must be signed in to change notification settings - Fork 79
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
feat: Test code-generated Waiters components #732
Conversation
codegen/protocol-test-codegen-local/Tests/swift-codegen/waitersTests/WaitersTests.swift
Outdated
Show resolved
Hide resolved
AWSClientRuntime/Sources/Protocols/RestJSON/RestJSONError.swift
Outdated
Show resolved
Hide resolved
...gen/protocol-test-codegen-local/Tests/swift-codegen/WaitersTests/ErrorTypeMatcherTests.swift
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.
Looks great!
Just revert the clientRuntimeBranch back to main
then merge
@epau Pointed smithy-swift to Once there are green builds on |
Issue #
Part of smithy-lang/smithy-swift#448
Fixes #733
Description of changes
Provides a Smithy definition of a service/operation with a waiter, code-generates it in conjunction with protocol tests, and tests the code-generated waiter to verify that its logic behaves as expected.
Also includes a couple of handy scripts for use during codegen development.
New/existing dependencies impact assessment, if applicable
No new dependencies were added to this change.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.