mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[PR #112] [MERGED] test: waiters extraction #237
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/iam-policy-autopilot#237
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/awslabs/iam-policy-autopilot/pull/112
Author: @mschlaipfer
Created: 1/21/2026
Status: ✅ Merged
Merged: 1/28/2026
Merged by: @mschlaipfer
Base:
main← Head:test-waiter-extraction📝 Commits (6)
d325fd0test: waiters extractionab3fd38fix commentsaaec10aMerge branch 'main' into test-waiter-extraction4d5afe8Merge branch 'main' into test-waiter-extractiona58603cMerge branch 'main' into test-waiter-extractionb9fe8efMerge branch 'main' into test-waiter-extraction📊 Changes
1 file changed (+817 additions, -0 deletions)
View changed files
➕
iam-policy-autopilot-policy-generation/tests/waiters_extraction.rs(+817 -0)📄 Description
Issue #, if available: partially implements https://github.com/awslabs/iam-policy-autopilot/issues/71
Description of changes:
Adds comprehensive tests for waiter extraction. For every waiter in the botocore model, we generate one more input files in all supported languages and assert that the expected
SdkMethodCall(operation + service) is extracted.This would have caught https://github.com/awslabs/iam-policy-autopilot/issues/108.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.