Expected Behavior
The deploy-capacity-provider integration test passes all the time.
Actual Behavior
The deploy-capacity-provider integration test frequently fails due to AWS EC2 capacity unavailability. This is causing CI/CD pipeline failures.
Steps to Reproduce
- create a simple PR
- wait for deploy-capacity-provider to run
SDK Version
1.0.0+
Node.js Version
22.x
Is this a regression?
No
Last Working Version
No response
Additional Context
Impact
- Integration tests fail intermittently due to AWS infrastructure limitations
- CI/CD pipeline becomes unreliable
- Developers experience false negatives in PR checks
- This appears to be a recurring issue ("it fails usually")
Potential Solutions
- Increase retry attempts with exponential backoff
- Alternative testing approach
- Pre-allocated capacity
Expected Behavior
The
deploy-capacity-providerintegration test passes all the time.Actual Behavior
The
deploy-capacity-providerintegration test frequently fails due to AWS EC2 capacity unavailability. This is causing CI/CD pipeline failures.Steps to Reproduce
SDK Version
1.0.0+
Node.js Version
22.x
Is this a regression?
No
Last Working Version
No response
Additional Context
Impact
Potential Solutions