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

chore(cli-testing): add a retry for test #29908

Merged
merged 6 commits into from
Apr 19, 2024
Merged

Commits on Apr 17, 2024

  1. chore(cli-testing): add a retry for test

    One of our tests can remove customPermissionsBoundary creates a policy using createPolicy.
    Change to IAM policies/roles use eventual consistency. So, while the changes will show up right
    away if we were to call an API to describe that policy/role, the updates may not have actually propagated
    to all regions yet. This is likely the cause of the intermittant test failures for this test.
    
    This change adds the eventually block and uses it to retry initial creation of this stack in the case
    that the policy changes have not made it to the relevant region just yet.
    TheRealAmazonKendra committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f560279 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    92de292 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    2f7e0d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9541b9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b69b407 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aefb558 View commit details
    Browse the repository at this point in the history