-
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
DocDB & Neptune sweepers #34637
DocDB & Neptune sweepers #34637
Conversation
% make testacc TESTARGS='-run=TestAccDocDBEventSubscription_' PKG=docdb ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/docdb/... -v -count 1 -parallel 3 -run=TestAccDocDBEventSubscription_ -timeout 360m === RUN TestAccDocDBEventSubscription_basic === PAUSE TestAccDocDBEventSubscription_basic === RUN TestAccDocDBEventSubscription_nameGenerated === PAUSE TestAccDocDBEventSubscription_nameGenerated === RUN TestAccDocDBEventSubscription_disappears === PAUSE TestAccDocDBEventSubscription_disappears === RUN TestAccDocDBEventSubscription_enabled === PAUSE TestAccDocDBEventSubscription_enabled === RUN TestAccDocDBEventSubscription_eventCategories === PAUSE TestAccDocDBEventSubscription_eventCategories === RUN TestAccDocDBEventSubscription_tags === PAUSE TestAccDocDBEventSubscription_tags === CONT TestAccDocDBEventSubscription_basic === CONT TestAccDocDBEventSubscription_enabled === CONT TestAccDocDBEventSubscription_tags --- PASS: TestAccDocDBEventSubscription_basic (245.55s) === CONT TestAccDocDBEventSubscription_eventCategories --- PASS: TestAccDocDBEventSubscription_tags (268.38s) === CONT TestAccDocDBEventSubscription_nameGenerated --- PASS: TestAccDocDBEventSubscription_enabled (329.43s) === CONT TestAccDocDBEventSubscription_disappears --- PASS: TestAccDocDBEventSubscription_nameGenerated (220.42s) --- PASS: TestAccDocDBEventSubscription_eventCategories (291.71s) --- PASS: TestAccDocDBEventSubscription_disappears (229.65s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/docdb 564.688s
% make testacc TESTARGS='-run=TestAccNeptuneClusterSnapshot_' PKG=neptune ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/neptune/... -v -count 1 -parallel 3 -run=TestAccNeptuneClusterSnapshot_ -timeout 360m === RUN TestAccNeptuneClusterSnapshot_basic === PAUSE TestAccNeptuneClusterSnapshot_basic === RUN TestAccNeptuneClusterSnapshot_disappears === PAUSE TestAccNeptuneClusterSnapshot_disappears === CONT TestAccNeptuneClusterSnapshot_basic === CONT TestAccNeptuneClusterSnapshot_disappears --- PASS: TestAccNeptuneClusterSnapshot_basic (287.73s) --- PASS: TestAccNeptuneClusterSnapshot_disappears (301.90s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/neptune 307.707s
% make testacc TESTARGS='-run=TestAccDocDBClusterSnapshot_' PKG=docdb ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/docdb/... -v -count 1 -parallel 3 -run=TestAccDocDBClusterSnapshot_ -timeout 360m === RUN TestAccDocDBClusterSnapshot_basic === PAUSE TestAccDocDBClusterSnapshot_basic === CONT TestAccDocDBClusterSnapshot_basic --- PASS: TestAccDocDBClusterSnapshot_basic (212.46s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/docdb 218.092s
% make testacc TESTARGS='-run=TestAccDocDBClusterSnapshot_disappears' PKG=docdb ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/docdb/... -v -count 1 -parallel 20 -run=TestAccDocDBClusterSnapshot_disappears -timeout 360m === RUN TestAccDocDBClusterSnapshot_disappears === PAUSE TestAccDocDBClusterSnapshot_disappears === CONT TestAccDocDBClusterSnapshot_disappears --- PASS: TestAccDocDBClusterSnapshot_disappears (311.47s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/docdb 317.532s
Community NoteVoting for Prioritization
For Submitters
|
Thank you for your contribution! 🚀 A new usage of AWS SDK for Go V1 was detected. Please prefer AWS SDK for Go V2 for all net-new services. If this is an enhancement or bug fix to an existing AWS SDK Go V1 based resource, this comment can be safely ignored. For additional information refer to the AWS SDK for Go Versions page in the contributor guide. |
This functionality has been released in v5.29.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
Makes DocDB & Neptune sweepers consistent (and as close to RDS sweepers as possible).
Relations
Closes #34618.
Closes #34500.
Closes #34499.
Output from Acceptance Testing