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

tests/provider: Fix hardcoded (EKS Cluster) #15649

Merged
merged 1 commit into from
Oct 16, 2020
Merged

Conversation

YakDriver
Copy link
Member

@YakDriver YakDriver commented Oct 14, 2020

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

Closes #15648
Relates #15662

Release note for CHANGELOG:

NONE

The output from acceptance testing (GovCloud):

--- PASS: TestAccAWSEksClusterAuthDataSource_basic (19.48s)
--- PASS: TestAccAWSEksCluster_basic (613.49s)
--- PASS: TestAccAWSEksCluster_Tags (681.85s)
--- PASS: TestAccAWSEksCluster_EncryptionConfig (684.90s)
--- PASS: TestAccAWSEksCluster_Logging (714.74s)
--- PASS: TestAccAWSEksClusterDataSource_basic (735.12s)
--- PASS: TestAccAWSEksCluster_VpcConfig_SecurityGroupIds (803.35s)
--- PASS: TestAccAWSEksCluster_VpcConfig_EndpointPublicAccess (920.09s)
--- PASS: TestAccAWSEksCluster_VpcConfig_PublicAccessCidrs (969.78s)
--- PASS: TestAccAWSEksCluster_VpcConfig_EndpointPrivateAccess (1327.11s)
--- PASS: TestAccAWSEksCluster_Version (2293.79s)

The output from acceptance testing (commercial):

--- PASS: TestAccAWSEksClusterAuthDataSource_basic (22.49s)
--- PASS: TestAccAWSEksCluster_Tags (645.95s)
--- PASS: TestAccAWSEksCluster_basic (661.86s)
--- PASS: TestAccAWSEksCluster_Logging (754.77s)
--- PASS: TestAccAWSEksClusterDataSource_basic (782.01s)
--- PASS: TestAccAWSEksCluster_VpcConfig_SecurityGroupIds (812.81s)
--- PASS: TestAccAWSEksCluster_EncryptionConfig (814.13s)
--- PASS: TestAccAWSEksCluster_VpcConfig_PublicAccessCidrs (949.28s)
--- PASS: TestAccAWSEksCluster_VpcConfig_EndpointPublicAccess (1268.16s)
--- PASS: TestAccAWSEksCluster_VpcConfig_EndpointPrivateAccess (1880.98s)
--- PASS: TestAccAWSEksCluster_Version (2396.12s)

@YakDriver YakDriver requested a review from a team October 14, 2020 20:14
@ghost ghost added size/M Managed by automation to categorize the size of a PR. service/eks Issues and PRs that pertain to the eks service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Oct 14, 2020
@YakDriver YakDriver marked this pull request as draft October 14, 2020 20:14
@YakDriver YakDriver added the partition/aws-us-gov Pertains to the aws-us-gov partition. label Oct 14, 2020
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.

Fantastic 🚀

Output from acceptance testing in AWS Commercial:

--- PASS: TestAccAWSEksClusterAuthDataSource_basic (21.95s)
--- PASS: TestAccAWSEksClusterDataSource_basic (710.88s)
--- PASS: TestAccAWSEksCluster_basic (712.52s)
--- PASS: TestAccAWSEksCluster_VpcConfig_SecurityGroupIds (744.66s)
--- PASS: TestAccAWSEksCluster_EncryptionConfig (773.05s)
--- PASS: TestAccAWSEksCluster_Tags (788.10s)
--- PASS: TestAccAWSEksCluster_Logging (937.88s)
--- PASS: TestAccAWSEksCluster_VpcConfig_PublicAccessCidrs (1003.58s)
--- PASS: TestAccAWSEksCluster_VpcConfig_EndpointPublicAccess (1553.08s)
--- PASS: TestAccAWSEksCluster_VpcConfig_EndpointPrivateAccess (2201.00s)
--- PASS: TestAccAWSEksCluster_Version (2250.29s)

Output from acceptance testing in AWS GovCloud (US):

--- PASS: TestAccAWSEksClusterAuthDataSource_basic (19.47s)
--- PASS: TestAccAWSEksCluster_EncryptionConfig (665.63s)
--- PASS: TestAccAWSEksClusterDataSource_basic (689.56s)
--- PASS: TestAccAWSEksCluster_VpcConfig_SecurityGroupIds (701.44s)
--- PASS: TestAccAWSEksCluster_Tags (719.40s)
--- PASS: TestAccAWSEksCluster_basic (743.01s)
--- PASS: TestAccAWSEksCluster_VpcConfig_PublicAccessCidrs (776.41s)
--- PASS: TestAccAWSEksCluster_Logging (778.08s)
--- PASS: TestAccAWSEksCluster_VpcConfig_EndpointPublicAccess (1082.41s)
--- PASS: TestAccAWSEksCluster_VpcConfig_EndpointPrivateAccess (1403.83s)
--- PASS: TestAccAWSEksCluster_Version (2083.88s)

@YakDriver YakDriver added this to the v3.12.0 milestone Oct 16, 2020
@YakDriver YakDriver merged commit 4af92cb into master Oct 16, 2020
@YakDriver YakDriver deleted the t-gov-hard-ekscluster branch October 16, 2020 14:12
@ghost
Copy link

ghost commented Oct 22, 2020

This has been released in version 3.12.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 Nov 15, 2020

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 Nov 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
partition/aws-us-gov Pertains to the aws-us-gov partition. service/eks Issues and PRs that pertain to the eks service. size/M 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.

tests/provider: Provider produced inconsistent result after apply (r/eks_cluster)
2 participants