-
Notifications
You must be signed in to change notification settings - Fork 421
Tech debt: Idempotency Thread safety E2E test is flaky #2552
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
Comments
@rubenfonseca for on-call next week |
Looking at this now |
Note: right now tests are failing because we created too many IAM roles
Besides deleting the roles, I'll try to figure out why the roles are being removed at the end of each test. |
The role |
Found the culprit: CDK introduced a breaking change aws/aws-cdk#22020. Solution is to disable the creation of the CloudWatch role. |
|
This is now released under 2.19.0 version! |
Why is this needed?
Ensure E2E pipeline works successfully.
Which area does this relate to?
Tests
Suggestion
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: