Skip to content
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

aws_docdb_cluster #37716

Merged
merged 14 commits into from
Jun 14, 2024
Merged

aws_docdb_cluster #37716

merged 14 commits into from
Jun 14, 2024

Conversation

nikhil-goenka
Copy link
Contributor

@nikhil-goenka nikhil-goenka commented May 26, 2024

Description

Relations

Closes #25914

References

Output from Acceptance Testing

% make testacc TESTS=TestAccDocDBCluster_pointInTimeRestore PKG=docdb
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.2 test ./internal/service/docdb/... -v -count 1 -parallel 20 -run='TestAccDocDBCluster_pointInTimeRestore'  -timeout 360m
=== RUN   TestAccDocDBCluster_pointInTimeRestore
=== PAUSE TestAccDocDBCluster_pointInTimeRestore
=== CONT  TestAccDocDBCluster_pointInTimeRestore
--- PASS: TestAccDocDBCluster_pointInTimeRestore (411.72s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/docdb	427.886s
--- PASS: TestAccDocDBCluster_missingUserNameCausesError (93.63s)
--- PASS: TestAccDocDBCluster_disappears (376.50s)
--- PASS: TestAccDocDBCluster_kmsKey (385.50s)
--- PASS: TestAccDocDBCluster_identifierPrefix (422.93s)
--- PASS: TestAccDocDBCluster_identifierGenerated (423.00s)
--- PASS: TestAccDocDBCluster_encrypted (423.05s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier (423.88s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Add (444.65s)
--- PASS: TestAccDocDBCluster_basic (447.25s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Update (449.21s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Remove (470.03s)
--- PASS: TestAccDocDBCluster_tags (481.42s)
--- PASS: TestAccDocDBCluster_backupsUpdate (483.79s)
--- PASS: TestAccDocDBCluster_updateCloudWatchLogsExports (484.17s)
--- PASS: TestAccDocDBCluster_pointInTimeRestore (525.35s)
--- PASS: TestAccDocDBCluster_port (545.64s)
--- PASS: TestAccDocDBCluster_deleteProtection (585.47s)
--- PASS: TestAccDocDBCluster_takeFinalSnapshot (586.58s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters (2766.68s)
...

Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added size/L Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. service/docdb Issues and PRs that pertain to the docdb service. labels May 26, 2024
@terraform-aws-provider terraform-aws-provider bot added the needs-triage Waiting for first response or review from a maintainer. label May 26, 2024
@github-actions github-actions bot added the documentation Introduces or discusses updates to documentation. label May 26, 2024
@justinretzolk justinretzolk added enhancement Requests to existing resources that expand the functionality or scope. and removed needs-triage Waiting for first response or review from a maintainer. labels May 28, 2024
@johnsonaj johnsonaj self-assigned this Jun 14, 2024
@terraform-aws-provider terraform-aws-provider bot added the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Jun 14, 2024
@johnsonaj johnsonaj requested a review from a team as a code owner June 14, 2024 17:52
Copy link
Contributor

@johnsonaj johnsonaj left a 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=TestAccDocDBCluster_' PKG=docdb

make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.2 test ./internal/service/docdb/... -v -count 1 -parallel 20  -run=TestAccDocDBCluster_ -timeout 360m
    cluster_test.go:803: Amazon DocumentDB has identified an issue and is temporarily disallowing major version upgrades (MVU) in all regions.
--- SKIP: TestAccDocDBCluster_updateEngineMajorVersion (0.00s)
--- PASS: TestAccDocDBCluster_missingUserNameCausesError (12.33s)
--- PASS: TestAccDocDBCluster_kmsKey (130.79s)
--- PASS: TestAccDocDBCluster_disappears (141.45s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Remove (151.36s)
--- PASS: TestAccDocDBCluster_identifierGenerated (158.84s)
--- PASS: TestAccDocDBCluster_encrypted (158.88s)
--- PASS: TestAccDocDBCluster_identifierPrefix (158.94s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Update (158.96s)
--- PASS: TestAccDocDBCluster_basic (160.01s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier (160.15s)
--- PASS: TestAccDocDBCluster_tags (173.08s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Add (186.24s)
--- PASS: TestAccDocDBCluster_backupsUpdate (193.78s)
--- PASS: TestAccDocDBCluster_updateCloudWatchLogsExports (198.33s)
--- PASS: TestAccDocDBCluster_storageType (276.80s)
--- PASS: TestAccDocDBCluster_deleteProtection (279.82s)
--- PASS: TestAccDocDBCluster_port (320.62s)
--- PASS: TestAccDocDBCluster_takeFinalSnapshot (323.11s)
--- PASS: TestAccDocDBCluster_pointInTimeRestore (347.79s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters (2595.65s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/docdb	2601.225s

@johnsonaj
Copy link
Contributor

@nikhil-goenka thank you for the contribution! 🎉

@johnsonaj johnsonaj merged commit 67a977e into hashicorp:main Jun 14, 2024
44 checks passed
@github-actions github-actions bot added this to the v5.55.0 milestone Jun 14, 2024
@nikhil-goenka nikhil-goenka deleted the f/aws_docdb_cluster branch June 16, 2024 13:01
@github-actions github-actions bot removed the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Jun 20, 2024
Copy link

This functionality has been released in v5.55.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!

Copy link

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.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. service/docdb Issues and PRs that pertain to the docdb service. size/L Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DocumentDb: Support Point in time recovery
3 participants