-
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
r/memory_db_cluster: Treat "snapshotting" status as pending when creating cluster #31077
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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.
Welcome @exoego 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
66565a4
to
b640164
Compare
e3ce52f
to
a66b138
Compare
a66b138
to
f8ba86f
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.
LGTM 🚀
% make testacc TESTARGS="-run=TestAccMemoryDBCluster_" PKG=memorydb
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/memorydb/... -v -count 1 -parallel 20 -run=TestAccMemoryDBCluster_ -timeout 360m
--- PASS: TestAccMemoryDBCluster_defaults (1524.72s)
--- PASS: TestAccMemoryDBCluster_Update_snapshotWindow (1737.97s)
--- PASS: TestAccMemoryDBCluster_create_withDataTiering (1806.71s)
--- PASS: TestAccMemoryDBCluster_create_withPort (2574.72s)
--- PASS: TestAccMemoryDBCluster_nameGenerated (2716.25s)
--- PASS: TestAccMemoryDBCluster_delete_withFinalSnapshot (2801.49s)
--- PASS: TestAccMemoryDBCluster_disappears (2880.11s)
--- PASS: TestAccMemoryDBCluster_Update_securityGroupIds (2927.40s)
--- PASS: TestAccMemoryDBCluster_basic (3121.74s)
--- PASS: TestAccMemoryDBCluster_create_noTLS (3634.22s)
--- PASS: TestAccMemoryDBCluster_Update_snapshotRetentionLimit (3701.32s)
--- PASS: TestAccMemoryDBCluster_Update_engineVersion (4117.16s)
--- PASS: TestAccMemoryDBCluster_Update_numReplicasPerShard_scaleDown (2763.37s)
--- PASS: TestAccMemoryDBCluster_Update_numReplicasPerShard_scaleUp (2583.49s)
--- PASS: TestAccMemoryDBCluster_Update_aclName (4807.49s)
--- PASS: TestAccMemoryDBCluster_Update_numShards_scaleDown (4866.18s)
--- PASS: TestAccMemoryDBCluster_namePrefix (5072.96s)
--- PASS: TestAccMemoryDBCluster_Update_tags (5162.49s)
--- PASS: TestAccMemoryDBCluster_Update_description (5749.86s)
--- PASS: TestAccMemoryDBCluster_Update_snsTopicARN (4047.36s)
--- PASS: TestAccMemoryDBCluster_Update_nodeType (3501.55s)
--- PASS: TestAccMemoryDBCluster_Update_parameterGroup (6165.76s)
--- PASS: TestAccMemoryDBCluster_Update_maintenanceWindow (3403.20s)
--- PASS: TestAccMemoryDBCluster_create_withKMS (6780.41s)
--- PASS: TestAccMemoryDBCluster_create_fromSnapshot (7171.11s)
--- PASS: TestAccMemoryDBCluster_Update_numShards_scaleUp (5036.91s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/memorydb 7756.591s
This functionality has been released in v5.32.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. |
Description
After this PR, Terraform can wait if MemoryDb cluster is in
"snapshotting"
status, instead of raising error.Relations
Closes #29748
References
Output from Acceptance Testing