-
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
Final retries for redshift resources #9796
Conversation
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 optional fix, otherwise LGTM 🚀
--- PASS: TestValidateRedshiftClusterDbName (0.00s)
--- PASS: TestResourceAWSRedshiftClusterMasterPasswordValidation (0.00s)
--- PASS: TestResourceAWSRedshiftClusterIdentifierValidation (0.00s)
--- PASS: TestResourceAWSRedshiftClusterMasterUsernameValidation (0.00s)
--- PASS: TestResourceAWSRedshiftClusterFinalSnapshotIdentifierValidation (0.00s)
--- PASS: TestAccAWSRedshiftSnapshotCopyGrant_Basic (10.46s)
--- PASS: TestAccAWSRedshiftSnapshotCopyGrant_Update (19.49s)
--- PASS: TestAccAWSRedshiftCluster_basic (580.51s)
--- PASS: TestAccAWSRedshiftCluster_tags (587.75s)
--- PASS: TestAccAWSRedshiftCluster_loggingEnabled (603.09s)
--- PASS: TestAccAWSRedshiftCluster_publiclyAccessible (620.78s)
--- PASS: TestAccAWSRedshiftCluster_kmsKey (632.17s)
--- PASS: TestAccAWSRedshiftCluster_snapshotCopy (694.75s)
--- PASS: TestAccAWSRedshiftCluster_enhancedVpcRoutingEnabled (724.63s)
--- PASS: TestAccAWSRedshiftCluster_iamRoles (755.00s)
--- PASS: TestAccAWSRedshiftCluster_withFinalSnapshot (857.73s)
--- PASS: TestAccAWSRedshiftCluster_forceNewUsername (1098.57s)
--- PASS: TestAccAWSRedshiftCluster_changeAvailabilityZone (1170.32s)
--- PASS: TestAccAWSRedshiftCluster_changeEncryption2 (2160.28s)
--- PASS: TestAccAWSRedshiftCluster_updateNodeType (2166.14s)
--- PASS: TestAccAWSRedshiftCluster_changeEncryption1 (2209.24s)
--- PASS: TestAccAWSRedshiftCluster_updateNodeCount (2651.73s)
@@ -260,6 +275,9 @@ func findAwsRedshiftSnapshotCopyGrant(conn *redshift.Redshift, grantName string, | |||
|
|||
return nil | |||
}) | |||
if isResourceTimeoutError(err) { |
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.
It looks like the resource.Retry()
above here may be extraneous as it has no return resource.RetryableError()
👍
This has been released in version 2.25.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 #7873
Release note for CHANGELOG:
Output from acceptance testing: