You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current recovery test implementation is only checking if the AWS ressources are back to normal it does not check if the individual ec2 instance got successfully provisioned. Which is ok for those instances which are behing an ELB but for e.g. the orchestrator or chaos monkey component we'll never know if it actually got successfully provisioned after the termination.
The text was updated successfully, but these errors were encountered:
- Separate make targets within recovery test for termination & waiter
[shinesolutions#47]
- Update AOC component recovery test to wait until provisioning was
successful [shinesolutions#46]
The current recovery test implementation is only checking if the AWS ressources are back to normal it does not check if the individual ec2 instance got successfully provisioned. Which is ok for those instances which are behing an ELB but for e.g. the orchestrator or chaos monkey component we'll never know if it actually got successfully provisioned after the termination.
The text was updated successfully, but these errors were encountered: