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

resource/aws_gamelift_fleet: Increase default deletion timeout to 20 minutes, add missing timeouts documentation #10443

Merged
merged 1 commit into from
Oct 11, 2019

Conversation

bflad
Copy link
Contributor

@bflad bflad commented Oct 9, 2019

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

Reference: https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-editing.html

Release note for CHANGELOG:

* resource/aws_gamelift_fleet: Increase default deletion timeout to 20 minutes to match service timing

Our daily acceptance testing is often failing due to the current default deletion timeout of 5 minutes:

--- FAIL: TestAccAWSGameliftFleet_basic (1350.58s)
    testing.go:630: Error destroying resource! WARNING: Dangling resources
        may exist. The full state and error is shown below.

        Error: errors during apply: timeout while waiting for resource to be gone (last state: 'DELETING', timeout: 5m0s)

The GameLift documentation does not provide too much guidance on the expected deletion time, but increasing this to 20 minutes to match typical EC2 instance deletion maximums should help.

Output from acceptance testing:

--- PASS: TestAccAWSGameliftFleet_basic (1494.07s)
--- PASS: TestAccAWSGameliftFleet_allFields (1535.56s)

…minutes, add missing timeouts documentation

Reference: https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-editing.html

Our daily acceptance testing is often failing due to the current default deletion timeout of 5 minutes:

```
--- FAIL: TestAccAWSGameliftFleet_basic (1350.58s)
    testing.go:630: Error destroying resource! WARNING: Dangling resources
        may exist. The full state and error is shown below.

        Error: errors during apply: timeout while waiting for resource to be gone (last state: 'DELETING', timeout: 5m0s)
```

The GameLift documentation does not provide too much guidance on the expected deletion time, but increasing this to 20 minutes to match typical EC2 instance deletion maximums should help.

Output from acceptance testing:

```
--- PASS: TestAccAWSGameliftFleet_basic (1494.07s)
--- PASS: TestAccAWSGameliftFleet_allFields (1535.56s)
```
@bflad bflad added bug Addresses a defect in current functionality. service/gamelift Issues and PRs that pertain to the gamelift service. labels Oct 9, 2019
@bflad bflad requested a review from a team October 9, 2019 16:54
@ghost ghost added size/XS Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. labels Oct 9, 2019
Copy link
Contributor

@nywilken nywilken left a comment

Choose a reason for hiding this comment

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

LGTM 👍 👍

@bflad bflad added this to the v2.33.0 milestone Oct 11, 2019
@bflad bflad merged commit c2ff469 into master Oct 11, 2019
@bflad bflad deleted the b-aws_gamelift_fleet-timeouts branch October 11, 2019 14:01
bflad added a commit that referenced this pull request Oct 11, 2019
@ghost
Copy link

ghost commented Nov 10, 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 10, 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. documentation Introduces or discusses updates to documentation. service/gamelift Issues and PRs that pertain to the gamelift service. size/XS Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants