-
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: Fix hardcoded (rds cluster instance) #15022
Conversation
d54781f
to
b683de4
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.
The configuration changes here all look and test good, but the PreCheck
logic needs some updates so it is appropriately handling the differing engines and versions between tests. 👍
b683de4
to
be429ca
Compare
See hashicorp/terraform-plugin-sdk#568 for a better long-term approach. |
#14778 is waiting on the precheck in this PR. |
3d5f755
to
6c3b0a3
Compare
6c3b0a3
to
cced994
Compare
Performance insights tests on GovCloud:
|
The output from acceptance testing (GovCloud) (Sep 15):
The output from acceptance testing (commercial) (Sep 15):
|
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.
Looking good 🚀
Output from acceptance testing in AWS Commercial:
--- PASS: TestAccAWSRDSClusterInstance_CopyTagsToSnapshot (623.75s)
--- PASS: TestAccAWSRDSClusterInstance_namePrefix (637.15s)
--- PASS: TestAccAWSRDSClusterInstance_generatedName (687.08s)
--- PASS: TestAccAWSRDSClusterInstance_PerformanceInsightsKmsKeyId_AuroraMysql1_DefaultKeyToCustomKey (717.52s)
--- PASS: TestAccAWSRDSClusterInstance_disappears (724.35s)
--- PASS: TestAccAWSRDSClusterInstance_MonitoringRoleArn_RemovedToEnabled (750.30s)
--- PASS: TestAccAWSRDSClusterInstance_PerformanceInsightsEnabled_AuroraPostgresql (751.25s)
--- PASS: TestAccAWSRDSClusterInstance_PerformanceInsightsKmsKeyId_AuroraMysql1 (780.24s)
--- PASS: TestAccAWSRDSClusterInstance_isAlreadyBeingDeleted (785.08s)
--- PASS: TestAccAWSRDSClusterInstance_PerformanceInsightsEnabled_AuroraMysql2 (789.59s)
--- PASS: TestAccAWSRDSClusterInstance_PubliclyAccessible (793.74s)
--- PASS: TestAccAWSRDSClusterInstance_kmsKey (795.35s)
--- PASS: TestAccAWSRDSClusterInstance_PerformanceInsightsEnabled_AuroraMysql1 (811.69s)
--- PASS: TestAccAWSRDSClusterInstance_az (821.72s)
--- PASS: TestAccAWSRDSClusterInstance_PerformanceInsightsKmsKeyId_AuroraMysql2_DefaultKeyToCustomKey (838.52s)
--- PASS: TestAccAWSRDSClusterInstance_PerformanceInsightsKmsKeyId_AuroraMysql2 (853.51s)
--- PASS: TestAccAWSRDSClusterInstance_MonitoringRoleArn_EnabledToDisabled (916.04s)
--- PASS: TestAccAWSRDSClusterInstance_MonitoringRoleArn_EnabledToRemoved (975.79s)
--- PASS: TestAccAWSRDSClusterInstance_CACertificateIdentifier (645.25s)
--- PASS: TestAccAWSRDSClusterInstance_PerformanceInsightsKmsKeyId_AuroraPostgresql_DefaultKeyToCustomKey (698.04s)
--- PASS: TestAccAWSRDSClusterInstance_PerformanceInsightsKmsKeyId_AuroraPostgresql (712.91s)
--- PASS: TestAccAWSRDSClusterInstance_MonitoringInterval (1384.19s)
--- PASS: TestAccAWSRDSClusterInstance_basic (1441.41s)
Output from acceptance testing in AWS GovCloud (US) (failures unrelated to these changes):
--- SKIP: TestAccAWSRDSClusterInstance_PerformanceInsightsEnabled_AuroraMysql2 (0.43s)
--- SKIP: TestAccAWSRDSClusterInstance_PerformanceInsightsEnabled_AuroraMysql1 (0.99s)
--- SKIP: TestAccAWSRDSClusterInstance_PerformanceInsightsEnabled_AuroraPostgresql (0.81s)
--- SKIP: TestAccAWSRDSClusterInstance_PerformanceInsightsKmsKeyId_AuroraMysql1 (0.60s)
--- SKIP: TestAccAWSRDSClusterInstance_PerformanceInsightsKmsKeyId_AuroraMysql1_DefaultKeyToCustomKey (0.89s)
--- SKIP: TestAccAWSRDSClusterInstance_PerformanceInsightsKmsKeyId_AuroraMysql2 (0.41s)
--- SKIP: TestAccAWSRDSClusterInstance_PerformanceInsightsKmsKeyId_AuroraMysql2_DefaultKeyToCustomKey (0.66s)
--- SKIP: TestAccAWSRDSClusterInstance_PerformanceInsightsKmsKeyId_AuroraPostgresql (0.75s)
--- SKIP: TestAccAWSRDSClusterInstance_PerformanceInsightsKmsKeyId_AuroraPostgresql_DefaultKeyToCustomKey (0.68s)
--- PASS: TestAccAWSRDSClusterInstance_kmsKey (558.46s)
--- PASS: TestAccAWSRDSClusterInstance_generatedName (559.78s)
--- PASS: TestAccAWSRDSClusterInstance_PubliclyAccessible (565.39s)
--- PASS: TestAccAWSRDSClusterInstance_namePrefix (600.42s)
--- FAIL: TestAccAWSRDSClusterInstance_CACertificateIdentifier (599.10s)
--- PASS: TestAccAWSRDSClusterInstance_disappears (623.24s)
--- PASS: TestAccAWSRDSClusterInstance_CopyTagsToSnapshot (655.88s)
--- PASS: TestAccAWSRDSClusterInstance_az (679.06s)
--- PASS: TestAccAWSRDSClusterInstance_isAlreadyBeingDeleted (743.57s)
--- PASS: TestAccAWSRDSClusterInstance_MonitoringRoleArn_RemovedToEnabled (745.59s)
--- PASS: TestAccAWSRDSClusterInstance_MonitoringRoleArn_EnabledToRemoved (987.42s)
--- PASS: TestAccAWSRDSClusterInstance_MonitoringRoleArn_EnabledToDisabled (1028.71s)
--- PASS: TestAccAWSRDSClusterInstance_basic (1211.67s)
--- PASS: TestAccAWSRDSClusterInstance_MonitoringInterval (1468.00s)
This has been released in version 3.7.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, #14188
Release note for CHANGELOG:
Output from acceptance testing (GovCloud):
Output from acceptance testing (commercial):
The fail on commercial: