Skip to content
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

fix: update test operation generator to find any operation in the service closure #3922

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mcmasn-amzn
Copy link
Contributor

Motivation and Context

When using operations nested under resources, the current search will raise "NoSuchElementException". This fixes the search to include all operations within the service closure

Description

The error is visible in client generates like this:

Projection rust-client failed: java.util.NoSuchElementException: Collection contains no element matching the predicate.
java.util.NoSuchElementException: Collection contains no element matching the predicate.
        at software.amazon.smithy.rustsdk.endpoints.OperationInputTestGeneratorKt.operationId(OperationInputTestGenerator.kt:242)
        at software.amazon.smithy.rustsdk.endpoints.OperationInputTestGenerator$operationInvocation$1.invoke(OperationInputTestGenerator.kt:183)
        at software.amazon.smithy.rustsdk.endpoints.OperationInputTestGenerator$operationInvocation$1.invoke(OperationInputTestGenerator.kt:180)

Testing

gradle :aws:sdk-codegen:check

Checklist

  • For changes to the smithy-rs codegen or runtime crates, I have created a changelog entry Markdown file in the .changelog directory, specifying "client," "server," or both in the applies_to key.
  • For changes to the AWS SDK, generated SDK code, or SDK runtime crates, I have created a changelog entry Markdown file in the .changelog directory, specifying "aws-sdk-rust" in the applies_to key.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…vice closure

When using operations nested under resources, the current search will raise "NoSuchElementException".
This fixes the search to include all operations within the service closure
@mcmasn-amzn mcmasn-amzn marked this pull request as ready for review November 26, 2024 21:09
@mcmasn-amzn mcmasn-amzn requested a review from a team as a code owner November 26, 2024 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant