-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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_vpn_gateway: Fix acceptance tests #35772
Conversation
% make testacc TESTARGS='-run=TestAccSiteVPNGateway_' PKG=ec2 ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 3 -run=TestAccSiteVPNGateway_ -timeout 360m === RUN TestAccSiteVPNGateway_basic === PAUSE TestAccSiteVPNGateway_basic === RUN TestAccSiteVPNGateway_withAvailabilityZoneSetToState === PAUSE TestAccSiteVPNGateway_withAvailabilityZoneSetToState === RUN TestAccSiteVPNGateway_amazonSideASN === PAUSE TestAccSiteVPNGateway_amazonSideASN === RUN TestAccSiteVPNGateway_disappears === PAUSE TestAccSiteVPNGateway_disappears === RUN TestAccSiteVPNGateway_reattach === PAUSE TestAccSiteVPNGateway_reattach === RUN TestAccSiteVPNGateway_tags === PAUSE TestAccSiteVPNGateway_tags === CONT TestAccSiteVPNGateway_basic === CONT TestAccSiteVPNGateway_disappears === CONT TestAccSiteVPNGateway_tags --- PASS: TestAccSiteVPNGateway_tags (139.06s) === CONT TestAccSiteVPNGateway_amazonSideASN --- PASS: TestAccSiteVPNGateway_disappears (156.22s) === CONT TestAccSiteVPNGateway_reattach --- PASS: TestAccSiteVPNGateway_basic (266.08s) === CONT TestAccSiteVPNGateway_withAvailabilityZoneSetToState --- PASS: TestAccSiteVPNGateway_amazonSideASN (130.85s) --- PASS: TestAccSiteVPNGateway_withAvailabilityZoneSetToState (127.91s) --- PASS: TestAccSiteVPNGateway_reattach (360.98s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 528.175s
Community NoteVoting for Prioritization
For Submitters
|
This functionality has been released in v5.37.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! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Address failing
aws_vpn_gateway
acceptance test by introducing waiters for Create and Delete.Fixes:
Relations
Relates #35747.
References
Output from Acceptance Testing