-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
tests/provider: Update hardcoded AZs (Redshift) #14720
Conversation
30c7559
to
b92fbcc
Compare
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.
One minor consistency adjustment, otherwise looks good 🚀
Output from acceptance testing in AWS Commercial (failure due to default timeouts, will submit separate issue):
--- PASS: TestAccAWSRedshiftSubnetGroup_basic (35.33s)
--- PASS: TestAccAWSRedshiftSubnetGroup_tags (44.44s)
--- PASS: TestAccAWSRedshiftSubnetGroup_updateSubnetIds (47.44s)
--- PASS: TestAccAWSRedshiftSubnetGroup_updateDescription (56.60s)
--- PASS: TestAccAWSRedshiftCluster_loggingEnabled (533.88s)
--- PASS: TestAccAWSRedshiftCluster_withFinalSnapshot (539.49s)
--- PASS: TestAccAWSRedshiftCluster_basic (1008.33s)
--- PASS: TestAccAWSRedshiftCluster_enhancedVpcRoutingEnabled (1452.71s)
--- PASS: TestAccAWSRedshiftCluster_publiclyAccessible (1464.48s)
--- PASS: TestAccAWSRedshiftCluster_snapshotCopy (1620.46s)
--- PASS: TestAccAWSRedshiftCluster_tags (1674.28s)
--- PASS: TestAccAWSRedshiftCluster_changeAvailabilityZone (1872.37s)
--- PASS: TestAccAWSRedshiftCluster_forceNewUsername (2013.19s)
--- PASS: TestAccAWSRedshiftCluster_changeEncryption1 (2161.06s)
--- PASS: TestAccAWSRedshiftCluster_kmsKey (2412.34s)
--- PASS: TestAccAWSRedshiftCluster_iamRoles (2667.80s)
--- PASS: TestAccAWSRedshiftCluster_updateNodeType (3084.20s)
--- PASS: TestAccAWSRedshiftCluster_changeEncryption2 (3204.58s)
--- FAIL: TestAccAWSRedshiftCluster_updateNodeCount (3628.00s)
Output from acceptance testing in AWS GovCloud (US) (failures due to default timeouts and potential PreCheck, will submit separate issue(s)):
--- PASS: TestAccAWSRedshiftCluster_enhancedVpcRoutingEnabled (540.23s)
--- PASS: TestAccAWSRedshiftSubnetGroup_basic (11.10s)
--- PASS: TestAccAWSRedshiftSubnetGroup_updateDescription (18.79s)
--- PASS: TestAccAWSRedshiftSubnetGroup_updateSubnetIds (20.56s)
--- PASS: TestAccAWSRedshiftSubnetGroup_tags (18.68s)
--- PASS: TestAccAWSRedshiftCluster_changeAvailabilityZone (929.26s)
--- PASS: TestAccAWSRedshiftCluster_withFinalSnapshot (1193.47s)
--- PASS: TestAccAWSRedshiftCluster_publiclyAccessible (1556.44s)
--- FAIL: TestAccAWSRedshiftCluster_updateNodeType (2433.99s)
--- FAIL: TestAccAWSRedshiftCluster_updateNodeCount (2453.80s)
--- FAIL: TestAccAWSRedshiftCluster_changeEncryption2 (2633.01s)
--- FAIL: TestAccAWSRedshiftCluster_changeEncryption1 (2695.43s)
--- FAIL: TestAccAWSRedshiftCluster_basic (2719.56s)
--- PASS: TestAccAWSRedshiftCluster_tags (2790.51s)
--- PASS: TestAccAWSRedshiftCluster_kmsKey (3028.01s)
--- PASS: TestAccAWSRedshiftCluster_iamRoles (3573.63s)
--- FAIL: TestAccAWSRedshiftCluster_snapshotCopy (3583.54s)
--- PASS: TestAccAWSRedshiftCluster_loggingEnabled (3584.42s)
--- PASS: TestAccAWSRedshiftCluster_forceNewUsername (3585.52s)
I've linked this to #13575 since I believe it covers it. |
873c690
to
324627f
Compare
324627f
to
1b93b70
Compare
This has been released in version 3.3.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 for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Relates #12995
Fixes #13575
Release note for CHANGELOG:
Output from acceptance testing (GovCloud partition):
Output from acceptance testing (commercial/standard partition):