-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Add recovery control config resources #20568
Add recovery control config resources #20568
Conversation
a2ec723
to
b387ebb
Compare
Because the Meridian cluster limits are currently very low, I converted the tests to serial. When we get accounts and limits worked out, it would be great to change these back to parallel. |
We have default limit of 2 clusters for all accounts and I am not aware of any plans to change that. If there is a specific account id that you are using to run tests in parallel, I can get the limits increased for it tomorrow. Let me know |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 🎉
I made changes to get these working and bring them in alignment. Let me know if you have any questions.
Output from acceptance tests on us-west-2
:
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial (753.90s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/Cluster (73.58s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/Cluster/basic (44.21s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/Cluster/disappears (29.37s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/ControlPanel (121.86s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/ControlPanel/basic (57.13s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/ControlPanel/disappears (64.73s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/RoutingControl (217.52s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/RoutingControl/nonDefaultControlPane (85.87s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/RoutingControl/basic (69.53s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/RoutingControl/disappears (62.12s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/SafetyRule (340.94s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/SafetyRule/assertionRule (106.92s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/SafetyRule/gatingRule (127.20s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/SafetyRule/disappears (106.82s)
Output from acceptance tests on GovCloud
:
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial (1.53s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/Cluster (1.53s)
--- SKIP: TestAccAWSRoute53RecoveryControlConfig_serial/Cluster/basic (1.53s)
--- SKIP: TestAccAWSRoute53RecoveryControlConfig_serial/Cluster/disappears (0.00s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/ControlPanel (0.00s)
--- SKIP: TestAccAWSRoute53RecoveryControlConfig_serial/ControlPanel/basic (0.00s)
--- SKIP: TestAccAWSRoute53RecoveryControlConfig_serial/ControlPanel/disappears (0.00s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/RoutingControl (0.00s)
--- SKIP: TestAccAWSRoute53RecoveryControlConfig_serial/RoutingControl/basic (0.00s)
--- SKIP: TestAccAWSRoute53RecoveryControlConfig_serial/RoutingControl/disappears (0.00s)
--- SKIP: TestAccAWSRoute53RecoveryControlConfig_serial/RoutingControl/nonDefaultControlPane (0.00s)
--- PASS: TestAccAWSRoute53RecoveryControlConfig_serial/SafetyRule (0.00s)
--- SKIP: TestAccAWSRoute53RecoveryControlConfig_serial/SafetyRule/gatingRule (0.00s)
--- SKIP: TestAccAWSRoute53RecoveryControlConfig_serial/SafetyRule/disappears (0.00s)
--- SKIP: TestAccAWSRoute53RecoveryControlConfig_serial/SafetyRule/assertionRule (0.00s)
Awesome. Looks good to me. Thank you so much Dirk. Appreciate it |
This functionality has been released in v3.56.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #20566
Output from acceptance testing:
TO-DO