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

Final retries for elasticache #9013

Merged
merged 5 commits into from
Jun 19, 2019
Merged

Final retries for elasticache #9013

merged 5 commits into from
Jun 19, 2019

Conversation

ryndaniels
Copy link
Contributor

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" comments, they generate extra noise for pull request followers and do not help prioritize the request

References #7873

Release note for CHANGELOG:

BUG FIXES:
* resource/aws_elasticache_parameter_group - Final retry deleting parameter group
* resource/aws_elasticache_replication_group - Final retry deleting replication group
* resource/aws_elasticache_subnet_group - Final retry deleting subnet group

Output from acceptance testing:

$ make testacc TESTARGS="-run=TestAccDataSourceAwsElasticacheReplicationGroup"  ==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./... -v -parallel 20 -run=TestAccDataSourceAwsElasticacheReplicationGroup -timeout 120m
?       github.com/terraform-providers/terraform-provider-aws   [no test files]



=== RUN   TestAccDataSourceAwsElasticacheReplicationGroup_basic
=== PAUSE TestAccDataSourceAwsElasticacheReplicationGroup_basic
=== RUN   TestAccDataSourceAwsElasticacheReplicationGroup_ClusterMode
=== PAUSE TestAccDataSourceAwsElasticacheReplicationGroup_ClusterMode
=== CONT  TestAccDataSourceAwsElasticacheReplicationGroup_basic
=== CONT  TestAccDataSourceAwsElasticacheReplicationGroup_ClusterMode
--- PASS: TestAccDataSourceAwsElasticacheReplicationGroup_basic (1658.23s)
--- PASS: TestAccDataSourceAwsElasticacheReplicationGroup_ClusterMode (2433.72s)
PASS
ok      github.com/terraform-providers/terraform-provider-aws/aws       2435.736s


make testacc TESTARGS="-run=TestAccAWSElasticacheParameterGroup"            
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./... -v -parallel 20 -run=TestAccAWSElasticacheParameterGroup -timeout 120m
?       github.com/terraform-providers/terraform-provider-aws   [no test files]
=== RUN   TestAccAWSElasticacheParameterGroup_basic
=== PAUSE TestAccAWSElasticacheParameterGroup_basic
=== RUN   TestAccAWSElasticacheParameterGroup_addParameter
=== PAUSE TestAccAWSElasticacheParameterGroup_addParameter
=== RUN   TestAccAWSElasticacheParameterGroup_removeAllParameters
=== PAUSE TestAccAWSElasticacheParameterGroup_removeAllParameters
=== RUN   TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter
=== PAUSE TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter
=== RUN   TestAccAWSElasticacheParameterGroup_switchReservedMemoryParameter
=== PAUSE TestAccAWSElasticacheParameterGroup_switchReservedMemoryParameter
=== RUN   TestAccAWSElasticacheParameterGroup_updateReservedMemoryParameter
=== PAUSE TestAccAWSElasticacheParameterGroup_updateReservedMemoryParameter
=== RUN   TestAccAWSElasticacheParameterGroup_UppercaseName
=== PAUSE TestAccAWSElasticacheParameterGroup_UppercaseName
=== RUN   TestAccAWSElasticacheParameterGroup_Description
=== PAUSE TestAccAWSElasticacheParameterGroup_Description
=== CONT  TestAccAWSElasticacheParameterGroup_basic
=== CONT  TestAccAWSElasticacheParameterGroup_UppercaseName
=== CONT  TestAccAWSElasticacheParameterGroup_Description
=== CONT  TestAccAWSElasticacheParameterGroup_switchReservedMemoryParameter
=== CONT  TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter
=== CONT  TestAccAWSElasticacheParameterGroup_removeAllParameters
=== CONT  TestAccAWSElasticacheParameterGroup_updateReservedMemoryParameter
=== CONT  TestAccAWSElasticacheParameterGroup_addParameter
--- PASS: TestAccAWSElasticacheParameterGroup_Description (27.68s)
--- PASS: TestAccAWSElasticacheParameterGroup_basic (27.78s)
--- PASS: TestAccAWSElasticacheParameterGroup_UppercaseName (29.39s)
--- PASS: TestAccAWSElasticacheParameterGroup_addParameter (47.73s)
--- PASS: TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter (51.79s)
--- PASS: TestAccAWSElasticacheParameterGroup_removeAllParameters (51.98s)
--- PASS: TestAccAWSElasticacheParameterGroup_updateReservedMemoryParameter (107.63s)
--- PASS: TestAccAWSElasticacheParameterGroup_switchReservedMemoryParameter (108.39s)
PASS
ok      github.com/terraform-providers/terraform-provider-aws/aws       110.184s


make testacc TESTARGS="-run=TestAccAWSElasticacheSubnetGroup"   
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./... -v -parallel 20 -run=TestAccAWSElasticacheSubnetGroup -timeout 120m
?       github.com/terraform-providers/terraform-provider-aws   [no test files]
=== RUN   TestAccAWSElasticacheSubnetGroup_importBasic
=== PAUSE TestAccAWSElasticacheSubnetGroup_importBasic
=== RUN   TestAccAWSElasticacheSubnetGroup_basic
=== PAUSE TestAccAWSElasticacheSubnetGroup_basic
=== RUN   TestAccAWSElasticacheSubnetGroup_update
=== PAUSE TestAccAWSElasticacheSubnetGroup_update
=== CONT  TestAccAWSElasticacheSubnetGroup_importBasic
=== CONT  TestAccAWSElasticacheSubnetGroup_update
=== CONT  TestAccAWSElasticacheSubnetGroup_basic
--- PASS: TestAccAWSElasticacheSubnetGroup_basic (54.73s)
--- PASS: TestAccAWSElasticacheSubnetGroup_importBasic (56.37s)
--- PASS: TestAccAWSElasticacheSubnetGroup_update (90.97s)
PASS
ok      github.com/terraform-providers/terraform-provider-aws/aws       93.517s

@ghost ghost added size/XS Managed by automation to categorize the size of a PR. service/elasticache Issues and PRs that pertain to the elasticache service. labels Jun 17, 2019
@ryndaniels ryndaniels requested a review from bflad June 17, 2019 11:50
@ryndaniels ryndaniels added the bug Addresses a defect in current functionality. label Jun 17, 2019
@bflad bflad self-assigned this Jun 18, 2019
@bflad bflad added this to the v2.16.0 milestone Jun 18, 2019
Copy link
Member

@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.

Please reach out with any questions. 😄

aws/resource_aws_elasticache_parameter_group.go Outdated Show resolved Hide resolved
aws/resource_aws_elasticache_subnet_group.go Outdated Show resolved Hide resolved
@bflad bflad assigned ryndaniels and unassigned bflad Jun 18, 2019
@bflad bflad added the waiting-response Maintainers are waiting on response from community or contributor. label Jun 18, 2019
Co-Authored-By: Brian Flad <bflad417@gmail.com>
@ghost ghost added size/S Managed by automation to categorize the size of a PR. and removed size/XS Managed by automation to categorize the size of a PR. labels Jun 18, 2019
ryndaniels and others added 3 commits June 18, 2019 09:48
Co-Authored-By: Brian Flad <bflad417@gmail.com>
Co-Authored-By: Brian Flad <bflad417@gmail.com>
@ryndaniels ryndaniels removed the waiting-response Maintainers are waiting on response from community or contributor. label Jun 18, 2019
Copy link
Member

@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.

LGTM! 🚀

Output from acceptance testing (single failure unrelated):

--- PASS: TestAccAWSElasticacheParameterGroup_basic (15.22s)
--- PASS: TestAccAWSElasticacheParameterGroup_UppercaseName (18.17s)
--- PASS: TestAccAWSElasticacheParameterGroup_removeAllParameters (19.17s)
--- PASS: TestAccAWSElasticacheReplicationGroup_clusteringAndCacheNodesCausesError (7.98s)
--- PASS: TestAccAWSElasticacheParameterGroup_Description (26.46s)
--- PASS: TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter (31.44s)
--- PASS: TestAccAWSElasticacheParameterGroup_addParameter (38.28s)
--- PASS: TestAccAWSElasticacheParameterGroup_switchReservedMemoryParameter (82.63s)
--- PASS: TestResourceAWSElastiCacheReplicationGroupIdValidation (0.00s)
--- PASS: TestResourceAWSElastiCacheReplicationGroupEngineValidation (0.00s)
--- PASS: TestAccAWSElasticacheParameterGroup_updateReservedMemoryParameter (83.04s)
--- PASS: TestAccAWSElasticacheSubnetGroup_basic (9.80s)
--- PASS: TestAccAWSElasticacheSubnetGroup_importBasic (10.88s)
--- PASS: TestAccAWSElasticacheSubnetGroup_update (17.09s)
--- FAIL: TestAccAWSElasticacheReplicationGroup_updateParameterGroup (181.09s)
--- PASS: TestAccAWSElasticacheReplicationGroup_Uppercase (636.51s)
--- PASS: TestAccAWSElasticacheReplicationGroup_redisClusterInVpc2 (811.48s)
--- PASS: TestAccAWSElasticacheReplicationGroup_importBasic (813.01s)
--- PASS: TestAccAWSElasticacheReplicationGroup_basic (874.31s)
--- PASS: TestAccAWSElasticacheReplicationGroup_updateMaintenanceWindow (916.20s)
--- PASS: TestAccAWSElasticacheReplicationGroup_ClusterMode_Basic (932.62s)
--- PASS: TestAccAWSElasticacheReplicationGroup_enableSnapshotting (1056.43s)
--- PASS: TestAccAWSElasticacheReplicationGroup_enableAuthTokenTransitEncryption (1059.04s)
--- PASS: TestAccAWSElasticacheReplicationGroup_enableAtRestEncryption (1305.38s)
--- PASS: TestAccAWSElasticacheReplicationGroup_updateDescription (1363.37s)
--- PASS: TestAccAWSElasticacheReplicationGroup_multiAzInVpc (1431.70s)
--- PASS: TestAccAWSElasticacheReplicationGroup_vpc (1516.03s)
--- PASS: TestAccAWSElasticacheReplicationGroup_updateNodeSize (1686.41s)
--- PASS: TestAccAWSElasticacheReplicationGroup_NumberCacheClusters (1680.68s)
--- PASS: TestAccAWSElasticacheReplicationGroup_NumberCacheClusters_Failover_AutoFailoverDisabled (1753.00s)
--- PASS: TestAccAWSElasticacheReplicationGroup_NumberCacheClusters_Failover_AutoFailoverEnabled (2301.74s)
--- PASS: TestAccAWSElasticacheReplicationGroup_ClusterMode_NumNodeGroups (3279.65s)

@ryndaniels ryndaniels merged commit 9826e21 into master Jun 19, 2019
bflad added a commit that referenced this pull request Jun 20, 2019
@ryndaniels ryndaniels deleted the rfd-retry-elasticache branch June 20, 2019 11:53
@bflad
Copy link
Member

bflad commented Jun 20, 2019

This has been released in version 2.16.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@ghost
Copy link

ghost commented Nov 3, 2019

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 and limited conversation to collaborators Nov 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. service/elasticache Issues and PRs that pertain to the elasticache service. size/S Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants