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_spot_instance_request: Handle read-after-create eventual consistency #18473

Merged
merged 2 commits into from
Apr 1, 2021

Conversation

bflad
Copy link
Member

@bflad bflad commented Mar 29, 2021

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 #12679
Reference: #16796

Output from acceptance testing in AWS Commercial:

--- PASS: TestAccAWSSpotInstanceRequest_basic (65.29s)
--- PASS: TestAccAWSSpotInstanceRequest_vpc (75.75s)
--- PASS: TestAccAWSSpotInstanceRequest_InterruptStop (96.45s)
--- PASS: TestAccAWSSpotInstanceRequest_withBlockDuration (97.68s)
--- PASS: TestAccAWSSpotInstanceRequest_withLaunchGroup (108.30s)
--- PASS: TestAccAWSSpotInstanceRequest_SubnetAndSGAndPublicIpAddress (119.75s)
--- PASS: TestAccAWSSpotInstanceRequest_InterruptHibernate (125.90s)
--- PASS: TestAccAWSSpotInstanceRequest_NetworkInterfaceAttributes (140.51s)
--- PASS: TestAccAWSSpotInstanceRequest_tags (165.36s)
--- PASS: TestAccAWSSpotInstanceRequest_getPasswordData (187.44s)
--- PASS: TestAccAWSSpotInstanceRequest_disappears (320.26s)
--- PASS: TestAccAWSSpotInstanceRequest_withoutSpotPrice (328.46s)
--- PASS: TestAccAWSSpotInstanceRequest_validUntil (338.82s)

Output from acceptance testing in AWS GovCloud (US):

--- PASS: TestAccAWSSpotInstanceRequest_withoutSpotPrice (66.13s)
--- PASS: TestAccAWSSpotInstanceRequest_basic (66.24s)
--- PASS: TestAccAWSSpotInstanceRequest_withBlockDuration (66.32s)
--- PASS: TestAccAWSSpotInstanceRequest_InterruptHibernate (74.19s)
--- PASS: TestAccAWSSpotInstanceRequest_vpc (95.40s)
--- PASS: TestAccAWSSpotInstanceRequest_withLaunchGroup (107.94s)
--- PASS: TestAccAWSSpotInstanceRequest_validUntil (107.98s)
--- PASS: TestAccAWSSpotInstanceRequest_InterruptStop (127.16s)
--- PASS: TestAccAWSSpotInstanceRequest_tags (155.38s)
--- PASS: TestAccAWSSpotInstanceRequest_SubnetAndSGAndPublicIpAddress (160.34s)
--- PASS: TestAccAWSSpotInstanceRequest_NetworkInterfaceAttributes (161.00s)
--- PASS: TestAccAWSSpotInstanceRequest_getPasswordData (209.51s)
--- PASS: TestAccAWSSpotInstanceRequest_disappears (332.58s)

… consistency

Reference: #12679
Reference: #16796

Output from acceptance testing in AWS Commercial:

```
--- PASS: TestAccAWSSpotInstanceRequest_basic (65.29s)
--- PASS: TestAccAWSSpotInstanceRequest_vpc (75.75s)
--- PASS: TestAccAWSSpotInstanceRequest_InterruptStop (96.45s)
--- PASS: TestAccAWSSpotInstanceRequest_withBlockDuration (97.68s)
--- PASS: TestAccAWSSpotInstanceRequest_withLaunchGroup (108.30s)
--- PASS: TestAccAWSSpotInstanceRequest_SubnetAndSGAndPublicIpAddress (119.75s)
--- PASS: TestAccAWSSpotInstanceRequest_InterruptHibernate (125.90s)
--- PASS: TestAccAWSSpotInstanceRequest_NetworkInterfaceAttributes (140.51s)
--- PASS: TestAccAWSSpotInstanceRequest_tags (165.36s)
--- PASS: TestAccAWSSpotInstanceRequest_getPasswordData (187.44s)
--- PASS: TestAccAWSSpotInstanceRequest_disappears (320.26s)
--- PASS: TestAccAWSSpotInstanceRequest_withoutSpotPrice (328.46s)
--- PASS: TestAccAWSSpotInstanceRequest_validUntil (338.82s)
```

Output from acceptance testing in AWS GovCloud (US):

```
--- PASS: TestAccAWSSpotInstanceRequest_withoutSpotPrice (66.13s)
--- PASS: TestAccAWSSpotInstanceRequest_basic (66.24s)
--- PASS: TestAccAWSSpotInstanceRequest_withBlockDuration (66.32s)
--- PASS: TestAccAWSSpotInstanceRequest_InterruptHibernate (74.19s)
--- PASS: TestAccAWSSpotInstanceRequest_vpc (95.40s)
--- PASS: TestAccAWSSpotInstanceRequest_withLaunchGroup (107.94s)
--- PASS: TestAccAWSSpotInstanceRequest_validUntil (107.98s)
--- PASS: TestAccAWSSpotInstanceRequest_InterruptStop (127.16s)
--- PASS: TestAccAWSSpotInstanceRequest_tags (155.38s)
--- PASS: TestAccAWSSpotInstanceRequest_SubnetAndSGAndPublicIpAddress (160.34s)
--- PASS: TestAccAWSSpotInstanceRequest_NetworkInterfaceAttributes (161.00s)
--- PASS: TestAccAWSSpotInstanceRequest_getPasswordData (209.51s)
--- PASS: TestAccAWSSpotInstanceRequest_disappears (332.58s)
```
@bflad bflad added the bug Addresses a defect in current functionality. label Mar 29, 2021
@bflad bflad requested a review from a team as a code owner March 29, 2021 23:47
@ghost ghost added size/M Managed by automation to categorize the size of a PR. service/ec2 Issues and PRs that pertain to the ec2 service. labels Mar 29, 2021
@YakDriver YakDriver self-assigned this Apr 1, 2021
Copy link
Member

@YakDriver YakDriver left a comment

Choose a reason for hiding this comment

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

Looking good! 🎉

Acceptance tests on commercial:

--- PASS: TestAccAWSSpotInstanceRequest_validUntil (67.09s)
--- PASS: TestAccAWSSpotInstanceRequest_InterruptStop (72.28s)
--- PASS: TestAccAWSSpotInstanceRequest_InterruptHibernate (73.10s)
--- PASS: TestAccAWSSpotInstanceRequest_basic (74.96s)
--- PASS: TestAccAWSSpotInstanceRequest_NetworkInterfaceAttributes (92.79s)
--- PASS: TestAccAWSSpotInstanceRequest_vpc (117.82s)
--- PASS: TestAccAWSSpotInstanceRequest_SubnetAndSGAndPublicIpAddress (124.64s)
--- PASS: TestAccAWSSpotInstanceRequest_tags (141.31s)
--- PASS: TestAccAWSSpotInstanceRequest_getPasswordData (185.25s)
--- PASS: TestAccAWSSpotInstanceRequest_withoutSpotPrice (305.33s)
--- PASS: TestAccAWSSpotInstanceRequest_disappears (318.34s)
--- PASS: TestAccAWSSpotInstanceRequest_withLaunchGroup (323.28s)
--- PASS: TestAccAWSSpotInstanceRequest_withBlockDuration (346.01s)

Acceptance tests on GovCloud:

--- PASS: TestAccAWSSpotInstanceRequest_InterruptHibernate (64.52s)
--- PASS: TestAccAWSSpotInstanceRequest_withLaunchGroup (67.12s)
--- PASS: TestAccAWSSpotInstanceRequest_vpc (85.91s)
--- PASS: TestAccAWSSpotInstanceRequest_InterruptStop (97.63s)
--- PASS: TestAccAWSSpotInstanceRequest_withBlockDuration (102.91s)
--- PASS: TestAccAWSSpotInstanceRequest_validUntil (109.20s)
--- PASS: TestAccAWSSpotInstanceRequest_basic (112.11s)
--- PASS: TestAccAWSSpotInstanceRequest_withoutSpotPrice (118.38s)
--- PASS: TestAccAWSSpotInstanceRequest_NetworkInterfaceAttributes (137.74s)
--- PASS: TestAccAWSSpotInstanceRequest_SubnetAndSGAndPublicIpAddress (138.01s)
--- PASS: TestAccAWSSpotInstanceRequest_tags (155.47s)
--- PASS: TestAccAWSSpotInstanceRequest_getPasswordData (176.65s)
--- PASS: TestAccAWSSpotInstanceRequest_disappears (321.07s)

@bflad bflad merged commit bed1dec into main Apr 1, 2021
@bflad bflad deleted the b-aws_spot_instance_request-IsNewResource branch April 1, 2021 16:35
@github-actions github-actions bot added this to the v3.35.0 milestone Apr 1, 2021
github-actions bot pushed a commit that referenced this pull request Apr 1, 2021
@ghost
Copy link

ghost commented Apr 1, 2021

This has been released in version 3.35.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 May 1, 2021

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 May 1, 2021
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/ec2 Issues and PRs that pertain to the ec2 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.

"Provider produced inconsistent result after apply" creating multiple ec2 spot requests
2 participants