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

tech-debt: refactor dynamodb data and resources to use different Read methods #18844

Merged
merged 1 commit into from
Apr 14, 2021

Conversation

anGie44
Copy link
Contributor

@anGie44 anGie44 commented Apr 13, 2021

Community Note

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

Relates #18819
Relates #7926

Output from acceptance testing:

--- PASS: TestUpdateDynamoDbDiffGSI (0.00s)
--- PASS: TestAccAWSDynamoDbTable_streamSpecificationValidation (13.84s)
--- PASS: TestAccAWSDynamoDbTableItem_basic (52.74s)
--- PASS: TestAccAWSDynamoDbTable_disappears (54.85s)
--- PASS: TestAccAWSDynamoDbTableItem_rangeKey (64.03s)
--- PASS: TestAccAWSDynamoDbTableItem_withMultipleItems (66.87s)
--- PASS: TestAccAWSDynamoDbTable_basic (69.95s)
--- PASS: TestAccDataSourceAwsDynamoDbTable_basic (73.17s)
--- PASS: TestAccAWSDynamoDbTable_lsiNonKeyAttributes (69.62s)
--- PASS: TestAccAWSDynamoDbTable_tags (85.45s)
--- PASS: TestAccAWSDynamoDbTable_streamSpecification (100.30s)
--- PASS: TestAccAWSDynamoDbTableItem_updateWithRangeKey (100.66s)
--- PASS: TestAccAWSDynamoDbTable_attributeUpdateValidation (16.16s)
--- PASS: TestAccAWSDynamoDbTableItem_update (103.11s)
--- PASS: TestAccAWSDynamoDbTable_BillingMode_payPerRequestToProvisioned (105.54s)
--- PASS: TestAccAWSDynamoDbTable_Ttl_enabled (56.88s)
--- PASS: TestAccAWSDynamoDbTable_enablePitr (130.14s)
--- PASS: TestAccAWSDynamoDbTable_BillingMode_GSI_payPerRequestToProvisioned (133.41s)
--- PASS: TestAccAWSDynamoDbTable_gsiUpdateCapacity (134.03s)
--- PASS: TestAccAWSDynamoDbTable_gsiUpdateNonKeyAttributes_emptyPlan (82.44s)
--- PASS: TestAccAWSDynamoDbTable_disappears_payPerRequestWithGSI (138.69s)
--- PASS: TestAccAWSDynamoDbTable_Ttl_disabled (72.64s)
--- PASS: TestAccAWSDynamoDbTable_lsiUpdate (79.40s)
--- PASS: TestAccAWSDynamoDbTable_encryption (157.01s)
--- PASS: TestAccAWSDynamoDbTable_Replica_singleWithCMK (192.84s)
--- PASS: TestAccAWSDynamoDbTable_extended (337.49s)
--- PASS: TestAccAWSDynamoDbTable_gsiUpdateNonKeyAttributes (288.82s)
--- PASS: TestAccAWSDynamoDbTable_Replica_single (570.62s)
--- PASS: TestAccAWSDynamoDbTable_gsiUpdateOtherAttributes (675.16s)
--- PASS: TestAccAWSDynamoDbTable_attributeUpdate (612.88s)
--- PASS: TestAccAWSDynamoDbTable_BillingMode_GSI_provisionedToPayPerRequest (1047.99s)
--- PASS: TestAccAWSDynamoDbTable_BillingMode_provisionedToPayPerRequest (1055.31s)
--- PASS: TestAccAWSDynamoDbTable_Replica_multiple (1055.56s)

@anGie44 anGie44 requested a review from a team as a code owner April 13, 2021 20:39
@ghost ghost added size/XL Managed by automation to categorize the size of a PR. service/dynamodb Issues and PRs that pertain to the dynamodb service. labels Apr 13, 2021
@anGie44 anGie44 force-pushed the td-read-method-of-d-data-sources branch 2 times, most recently from b68bbbf to 04fd680 Compare April 13, 2021 20:40
@anGie44 anGie44 force-pushed the td-read-method-of-d-data-sources branch from 04fd680 to 550504c Compare April 13, 2021 20:46
@anGie44 anGie44 added the technical-debt Addresses areas of the codebase that need refactoring or redesign. label Apr 13, 2021
@bflad bflad self-assigned this Apr 14, 2021
Copy link
Contributor

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 🚀

Output from acceptance testing:

--- PASS: TestAccAWSDynamoDbTable_attributeUpdate (736.74s)
--- PASS: TestAccAWSDynamoDbTable_attributeUpdateValidation (13.93s)
--- PASS: TestAccAWSDynamoDbTable_basic (26.04s)
--- PASS: TestAccAWSDynamoDbTable_BillingMode_GSI_payPerRequestToProvisioned (74.65s)
--- PASS: TestAccAWSDynamoDbTable_BillingMode_GSI_provisionedToPayPerRequest (1057.15s)
--- PASS: TestAccAWSDynamoDbTable_BillingMode_payPerRequestToProvisioned (59.73s)
--- PASS: TestAccAWSDynamoDbTable_BillingMode_provisionedToPayPerRequest (950.63s)
--- PASS: TestAccAWSDynamoDbTable_disappears (22.27s)
--- PASS: TestAccAWSDynamoDbTable_disappears_payPerRequestWithGSI (85.80s)
--- PASS: TestAccAWSDynamoDbTable_enablePitr (78.51s)
--- PASS: TestAccAWSDynamoDbTable_encryption (164.46s)
--- PASS: TestAccAWSDynamoDbTable_extended (404.53s)
--- PASS: TestAccAWSDynamoDbTable_gsiUpdateCapacity (60.44s)
--- PASS: TestAccAWSDynamoDbTable_gsiUpdateNonKeyAttributes (405.54s)
--- PASS: TestAccAWSDynamoDbTable_gsiUpdateNonKeyAttributes_emptyPlan (60.75s)
--- PASS: TestAccAWSDynamoDbTable_gsiUpdateOtherAttributes (700.76s)
--- PASS: TestAccAWSDynamoDbTable_lsiNonKeyAttributes (33.92s)
--- PASS: TestAccAWSDynamoDbTable_lsiUpdate (71.99s)
--- PASS: TestAccAWSDynamoDbTable_Replica_multiple (1600.43s)
--- PASS: TestAccAWSDynamoDbTable_Replica_single (1186.47s)
--- PASS: TestAccAWSDynamoDbTable_Replica_singleWithCMK (461.84s)
--- PASS: TestAccAWSDynamoDbTable_streamSpecification (75.75s)
--- PASS: TestAccAWSDynamoDbTable_streamSpecificationValidation (7.07s)
--- PASS: TestAccAWSDynamoDbTable_tags (37.91s)
--- PASS: TestAccAWSDynamoDbTable_Ttl_disabled (53.83s)
--- PASS: TestAccAWSDynamoDbTable_Ttl_enabled (37.95s)

--- PASS: TestAccDataSourceAwsDynamoDbTable_basic (45.17s)

@anGie44 anGie44 added this to the v3.37.0 milestone Apr 14, 2021
@anGie44 anGie44 merged commit f3d8aad into main Apr 14, 2021
@anGie44 anGie44 deleted the td-read-method-of-d-data-sources branch April 14, 2021 15:24
@ghost
Copy link

ghost commented Apr 16, 2021

This has been released in version 3.37.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!

@ghost
Copy link

ghost commented May 14, 2021

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!

@ghost ghost locked as resolved and limited conversation to collaborators May 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
service/dynamodb Issues and PRs that pertain to the dynamodb service. size/XL Managed by automation to categorize the size of a PR. technical-debt Addresses areas of the codebase that need refactoring or redesign.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants