-
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_apigatewayv2_integration: Specify required parameters on update #15894
r/aws_apigatewayv2_integration: Specify required parameters on update #15894
Conversation
Tests are passing except for lambda tests where I get:
|
…guration. Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGatewayV2Integration_Lambda' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAPIGatewayV2Integration_Lambda -timeout 120m === RUN TestAccAWSAPIGatewayV2Integration_LambdaWebSocket === PAUSE TestAccAWSAPIGatewayV2Integration_LambdaWebSocket === RUN TestAccAWSAPIGatewayV2Integration_LambdaHttp === PAUSE TestAccAWSAPIGatewayV2Integration_LambdaHttp === CONT TestAccAWSAPIGatewayV2Integration_LambdaWebSocket === CONT TestAccAWSAPIGatewayV2Integration_LambdaHttp --- PASS: TestAccAWSAPIGatewayV2Integration_LambdaHttp (38.99s) --- PASS: TestAccAWSAPIGatewayV2Integration_LambdaWebSocket (45.03s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 45.085s $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration -timeout 120m === RUN TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration === PAUSE TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration === CONT TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration --- PASS: TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration (37.63s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 37.689s
140420c
to
2bb5271
Compare
@DrFaust92 The failures are probably due to the permissions of the account you used to verify. I changed the 2 Lambda tests to use an explicit resource permission which is now configured in the test. |
LGTM:
|
LGTM 🚀 Thanks @ewbankkit Verified Acceptance Tests in Commercial (us-west-2) make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGatewayV2Integration_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAPIGatewayV2Integration_ -timeout 120m
=== RUN TestAccAWSAPIGatewayV2Integration_basicWebSocket
=== PAUSE TestAccAWSAPIGatewayV2Integration_basicWebSocket
=== RUN TestAccAWSAPIGatewayV2Integration_basicHttp
=== PAUSE TestAccAWSAPIGatewayV2Integration_basicHttp
=== RUN TestAccAWSAPIGatewayV2Integration_disappears
=== PAUSE TestAccAWSAPIGatewayV2Integration_disappears
=== RUN TestAccAWSAPIGatewayV2Integration_IntegrationTypeHttp
=== PAUSE TestAccAWSAPIGatewayV2Integration_IntegrationTypeHttp
=== RUN TestAccAWSAPIGatewayV2Integration_LambdaWebSocket
=== PAUSE TestAccAWSAPIGatewayV2Integration_LambdaWebSocket
=== RUN TestAccAWSAPIGatewayV2Integration_LambdaHttp
=== PAUSE TestAccAWSAPIGatewayV2Integration_LambdaHttp
=== RUN TestAccAWSAPIGatewayV2Integration_VpcLinkWebSocket
=== PAUSE TestAccAWSAPIGatewayV2Integration_VpcLinkWebSocket
=== RUN TestAccAWSAPIGatewayV2Integration_VpcLinkHttp
=== PAUSE TestAccAWSAPIGatewayV2Integration_VpcLinkHttp
=== RUN TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration
=== PAUSE TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration
=== CONT TestAccAWSAPIGatewayV2Integration_basicWebSocket
=== CONT TestAccAWSAPIGatewayV2Integration_LambdaHttp
=== CONT TestAccAWSAPIGatewayV2Integration_LambdaWebSocket
=== CONT TestAccAWSAPIGatewayV2Integration_IntegrationTypeHttp
=== CONT TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration
=== CONT TestAccAWSAPIGatewayV2Integration_VpcLinkHttp
=== CONT TestAccAWSAPIGatewayV2Integration_VpcLinkWebSocket
=== CONT TestAccAWSAPIGatewayV2Integration_disappears
=== CONT TestAccAWSAPIGatewayV2Integration_basicHttp
2020/10/29 10:56:27 [DEBUG] Trying to get account information via sts:GetCallerIdentity
--- PASS: TestAccAWSAPIGatewayV2Integration_disappears (17.27s)
--- PASS: TestAccAWSAPIGatewayV2Integration_basicHttp (19.62s)
--- PASS: TestAccAWSAPIGatewayV2Integration_basicWebSocket (19.69s)
--- PASS: TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration (35.43s)
--- PASS: TestAccAWSAPIGatewayV2Integration_LambdaHttp (37.97s)
--- PASS: TestAccAWSAPIGatewayV2Integration_IntegrationTypeHttp (40.89s)
--- PASS: TestAccAWSAPIGatewayV2Integration_LambdaWebSocket (44.64s)
--- PASS: TestAccAWSAPIGatewayV2Integration_VpcLinkHttp (336.89s)
--- PASS: TestAccAWSAPIGatewayV2Integration_VpcLinkWebSocket (653.69s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 655.146s Verified Acceptance Tests in GovCloud (us-gov-west-1) make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGatewayV2Integration_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAPIGatewayV2Integration_ -timeout 120m
=== RUN TestAccAWSAPIGatewayV2Integration_basicWebSocket
=== PAUSE TestAccAWSAPIGatewayV2Integration_basicWebSocket
=== RUN TestAccAWSAPIGatewayV2Integration_basicHttp
=== PAUSE TestAccAWSAPIGatewayV2Integration_basicHttp
=== RUN TestAccAWSAPIGatewayV2Integration_disappears
=== PAUSE TestAccAWSAPIGatewayV2Integration_disappears
=== RUN TestAccAWSAPIGatewayV2Integration_IntegrationTypeHttp
=== PAUSE TestAccAWSAPIGatewayV2Integration_IntegrationTypeHttp
=== RUN TestAccAWSAPIGatewayV2Integration_LambdaWebSocket
=== PAUSE TestAccAWSAPIGatewayV2Integration_LambdaWebSocket
=== RUN TestAccAWSAPIGatewayV2Integration_LambdaHttp
=== PAUSE TestAccAWSAPIGatewayV2Integration_LambdaHttp
=== RUN TestAccAWSAPIGatewayV2Integration_VpcLinkWebSocket
=== PAUSE TestAccAWSAPIGatewayV2Integration_VpcLinkWebSocket
=== RUN TestAccAWSAPIGatewayV2Integration_VpcLinkHttp
=== PAUSE TestAccAWSAPIGatewayV2Integration_VpcLinkHttp
=== RUN TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration
=== PAUSE TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration
=== CONT TestAccAWSAPIGatewayV2Integration_basicWebSocket
=== CONT TestAccAWSAPIGatewayV2Integration_LambdaHttp
=== CONT TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration
=== CONT TestAccAWSAPIGatewayV2Integration_VpcLinkWebSocket
=== CONT TestAccAWSAPIGatewayV2Integration_VpcLinkHttp
=== CONT TestAccAWSAPIGatewayV2Integration_IntegrationTypeHttp
=== CONT TestAccAWSAPIGatewayV2Integration_LambdaWebSocket
=== CONT TestAccAWSAPIGatewayV2Integration_disappears
=== CONT TestAccAWSAPIGatewayV2Integration_basicHttp
--- PASS: TestAccAWSAPIGatewayV2Integration_disappears (14.29s)
--- PASS: TestAccAWSAPIGatewayV2Integration_basicWebSocket (15.68s)
--- PASS: TestAccAWSAPIGatewayV2Integration_basicHttp (16.25s)
--- PASS: TestAccAWSAPIGatewayV2Integration_IntegrationTypeHttp (25.51s)
--- PASS: TestAccAWSAPIGatewayV2Integration_LambdaHttp (30.54s)
--- PASS: TestAccAWSAPIGatewayV2Integration_LambdaWebSocket (35.90s)
--- PASS: TestAccAWSAPIGatewayV2Integration_AwsServiceIntegration (43.09s)
--- PASS: TestAccAWSAPIGatewayV2Integration_VpcLinkHttp (291.80s)
--- PASS: TestAccAWSAPIGatewayV2Integration_VpcLinkWebSocket (650.51s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 652.084s |
This has been released in version 3.13.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! |
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! |
Community Note
Closes #15861.
Release note for CHANGELOG:
Output from acceptance testing: