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

r/aws_eks_identity_provider_config: Acceptance tests fail with creation timeout #20558

Closed
ewbankkit opened this issue Aug 13, 2021 · 4 comments · Fixed by #20561
Closed

r/aws_eks_identity_provider_config: Acceptance tests fail with creation timeout #20558

ewbankkit opened this issue Aug 13, 2021 · 4 comments · Fixed by #20561
Labels
service/eks Issues and PRs that pertain to the eks service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Milestone

Comments

@ewbankkit
Copy link
Contributor

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue 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 issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

The aws_eks_identity_provider_config resource acceptance tests are failing with errors similar to

=== RUN   TestAccAWSEksIdentityProviderConfig_Tags
=== PAUSE TestAccAWSEksIdentityProviderConfig_Tags
=== CONT  TestAccAWSEksIdentityProviderConfig_Tags
resource_aws_eks_identity_provider_config_test.go:203: Step 1/4 error: Error running apply: exit status 1
Error: error waiting for EKS Identity Provider Config (tf-acc-test-8280502334800591763:tf-acc-test-8280502334800591763) association: context deadline exceeded
on terraform_plugin_test.tf line 68, in resource "aws_eks_identity_provider_config" "test":
68: resource "aws_eks_identity_provider_config" "test" {
testing_new.go:70: Error running post-test destroy, there may be dangling resources: exit status 1
Error: error deleting EKS Cluster (tf-acc-test-8280502334800591763): ResourceInUseException: Cannot delete because cluster tf-acc-test-8280502334800591763 currently has update 197f1d1f-407a-4367-ba7b-a6aeb95b9d62 in progress
{
RespMetadata: {
StatusCode: 409,
RequestID: "ea809498-a444-4aba-8d3b-4834899a27b2"
},
ClusterName: "tf-acc-test-8280502334800591763",
Message_: "Cannot delete because cluster tf-acc-test-8280502334800591763 currently has update 197f1d1f-407a-4367-ba7b-a6aeb95b9d62 in progress"
}
--- FAIL: TestAccAWSEksIdentityProviderConfig_Tags (2236.12s)
@github-actions github-actions bot added the service/eks Issues and PRs that pertain to the eks service. label Aug 13, 2021
@ewbankkit ewbankkit added the tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. label Aug 13, 2021
@ewbankkit
Copy link
Contributor Author

ewbankkit commented Aug 13, 2021

Should probably switch to use CreateWithoutTimeout et al. - #15090.
And bump the timeouts to 40 minutes.

@github-actions
Copy link

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

@github-actions
Copy link

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 have found a problem that seems similar to this, 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 Sep 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
service/eks Issues and PRs that pertain to the eks service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant