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

Fix typo of network_configuration #3242

Closed
wants to merge 2 commits into from
Closed

Conversation

Mause
Copy link
Contributor

@Mause Mause commented Feb 3, 2018

No description provided.

@ghost ghost added the size/XS Managed by automation to categorize the size of a PR. label Feb 3, 2018
@Mause
Copy link
Contributor Author

Mause commented Feb 3, 2018

@Mause
Copy link
Contributor Author

Mause commented Feb 3, 2018

Oh, there is also a typo in the method name

@ghost ghost added the size/XS Managed by automation to categorize the size of a PR. label Feb 3, 2018
@radeksimko radeksimko added bug Addresses a defect in current functionality. service/ecs Issues and PRs that pertain to the ecs service. labels Feb 3, 2018
Copy link
Member

@radeksimko radeksimko left a comment

Choose a reason for hiding this comment

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

Thanks for the fix! Do you mind attaching an acceptance test which verifies it?

You can add a new test step to this existing test: https://github.com/terraform-providers/terraform-provider-aws/blob/819c8d728c3c935809c7606280bce65d5a3257f3/aws/resource_aws_ecs_service_test.go#L489-L511

@radeksimko radeksimko added the waiting-response Maintainers are waiting on response from community or contributor. label Feb 3, 2018
@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 Feb 3, 2018
@ghost ghost added size/M Managed by automation to categorize the size of a PR. and removed size/S Managed by automation to categorize the size of a PR. labels Feb 3, 2018
@Mause
Copy link
Contributor Author

Mause commented Feb 3, 2018

Okay, I attempted to extend that test to check that a change is acknowledged and actioned.

Does your travis-ci configuration run acceptance tests?

@bflad
Copy link
Contributor

bflad commented Feb 3, 2018

I'll need to get this sorted in #3240

@radeksimko
Copy link
Member

radeksimko commented Feb 3, 2018

@bflad Oh, sorry, I didn't notice #3240 yet. I'll review it 🔜

@bflad
Copy link
Contributor

bflad commented Feb 4, 2018

@radeksimko No worries. 😀 It was a larger than expected refactor on my part yesterday to fix some of the error handling as well as adjust the network_configuration bits too to exercise them better. I'll try to pull these commits into that PR for Monday!

Does your travis-ci configuration run acceptance tests?

@Mause not at the moment. We currently have an internal CI server that runs acceptance testing for us since it costs 💰
(daily on master, ad hoc on branches). I'm not sure if we have plans to open that up past maintainers at the moment.

@bflad bflad removed the waiting-response Maintainers are waiting on response from community or contributor. label Feb 4, 2018
@bflad
Copy link
Contributor

bflad commented Feb 4, 2018

Pulled the commits into #3240 and looking good:
Pulled in #3242 commits:

=== RUN   TestAccAWSEcsService_withEcsClusterName
--- PASS: TestAccAWSEcsService_withEcsClusterName (10.88s)
=== RUN   TestAccAWSEcsService_withDeploymentValues
--- PASS: TestAccAWSEcsService_withDeploymentValues (11.12s)
=== RUN   TestAccAWSEcsService_withPlacementConstraints_emptyExpression
--- PASS: TestAccAWSEcsService_withPlacementConstraints_emptyExpression (14.90s)
=== RUN   TestAccAWSEcsService_withPlacementStrategy
--- PASS: TestAccAWSEcsService_withPlacementStrategy (26.64s)
=== RUN   TestAccAWSEcsService_withRenamedCluster
--- PASS: TestAccAWSEcsService_withRenamedCluster (27.79s)
=== RUN   TestAccAWSEcsService_withARN
--- PASS: TestAccAWSEcsService_withARN (38.56s)
=== RUN   TestAccAWSEcsService_withUnnormalizedPlacementStrategy
--- PASS: TestAccAWSEcsService_withUnnormalizedPlacementStrategy (42.26s)
=== RUN   TestAccAWSEcsService_withPlacementConstraints
--- PASS: TestAccAWSEcsService_withPlacementConstraints (42.96s)
=== RUN   TestAccAWSEcsService_withLbChanges
--- PASS: TestAccAWSEcsService_withLbChanges (43.23s)
=== RUN   TestAccAWSEcsService_withFamilyAndRevision
--- PASS: TestAccAWSEcsService_withFamilyAndRevision (49.40s)
=== RUN   TestAccAWSEcsService_withLaunchTypeEC2AndNetworkConfiguration
--- PASS: TestAccAWSEcsService_withLaunchTypeEC2AndNetworkConfiguration (80.44s)
=== RUN   TestAccAWSEcsService_withIamRole
--- PASS: TestAccAWSEcsService_withIamRole (125.37s)
=== RUN   TestAccAWSEcsService_healthCheckGracePeriodSeconds
--- PASS: TestAccAWSEcsService_healthCheckGracePeriodSeconds (201.72s)
=== RUN   TestAccAWSEcsService_withAlb
--- PASS: TestAccAWSEcsService_withAlb (214.05s)
=== RUN   TestAccAWSEcsService_withLaunchTypeFargate
--- PASS: TestAccAWSEcsService_withLaunchTypeFargate (250.18s)

@Mause
Copy link
Contributor Author

Mause commented Feb 9, 2018

Changes included as part of #3240

@Mause Mause closed this Feb 9, 2018
@bflad
Copy link
Contributor

bflad commented Feb 9, 2018

@Mause thanks! I figured GitHub would have automatically closed this issue when your commits were merged. 😄

@ghost
Copy link

ghost commented Apr 8, 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 and limited conversation to collaborators Apr 8, 2020
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/ecs Issues and PRs that pertain to the ecs service. size/M Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants