-
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
Replace use of nodejs14.x
runtime for service/lambda acceptance tests
#35967
Replace use of nodejs14.x
runtime for service/lambda acceptance tests
#35967
Conversation
Community NoteVoting for Prioritization
For Submitters
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccLambdaFunction_versionedUpdate\|TestAccLambdaFunctionURLDataSource_basic\|TestAccLambdaFunctionURL_\|TestAccLambdaInvocation_lifecycle_scopeCreateOnlyToCRUD\|TestAccLambdaLayerVersion_skipDestroy' PKG=lambda ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/lambda/... -v -count 1 -parallel 3 -run=TestAccLambdaFunction_versionedUpdate\|TestAccLambdaFunctionURLDataSource_basic\|TestAccLambdaFunctionURL_\|TestAccLambdaInvocation_lifecycle_scopeCreateOnlyToCRUD\|TestAccLambdaLayerVersion_skipDestroy -timeout 360m
=== RUN TestAccLambdaFunction_versionedUpdate
=== PAUSE TestAccLambdaFunction_versionedUpdate
=== RUN TestAccLambdaFunctionURLDataSource_basic
=== PAUSE TestAccLambdaFunctionURLDataSource_basic
=== RUN TestAccLambdaFunctionURL_basic
=== PAUSE TestAccLambdaFunctionURL_basic
=== RUN TestAccLambdaFunctionURL_Cors
=== PAUSE TestAccLambdaFunctionURL_Cors
=== RUN TestAccLambdaFunctionURL_Alias
=== PAUSE TestAccLambdaFunctionURL_Alias
=== RUN TestAccLambdaFunctionURL_TwoURLs
=== PAUSE TestAccLambdaFunctionURL_TwoURLs
=== RUN TestAccLambdaFunctionURL_invokeMode
=== PAUSE TestAccLambdaFunctionURL_invokeMode
=== RUN TestAccLambdaInvocation_lifecycle_scopeCreateOnlyToCRUD
=== PAUSE TestAccLambdaInvocation_lifecycle_scopeCreateOnlyToCRUD
=== RUN TestAccLambdaLayerVersion_skipDestroy
=== PAUSE TestAccLambdaLayerVersion_skipDestroy
=== CONT TestAccLambdaFunction_versionedUpdate
=== CONT TestAccLambdaFunctionURL_TwoURLs
=== CONT TestAccLambdaFunctionURL_Cors
--- PASS: TestAccLambdaFunctionURL_TwoURLs (51.07s)
=== CONT TestAccLambdaInvocation_lifecycle_scopeCreateOnlyToCRUD
--- PASS: TestAccLambdaFunctionURL_Cors (79.77s)
=== CONT TestAccLambdaLayerVersion_skipDestroy
--- PASS: TestAccLambdaInvocation_lifecycle_scopeCreateOnlyToCRUD (50.71s)
=== CONT TestAccLambdaFunctionURL_basic
--- PASS: TestAccLambdaLayerVersion_skipDestroy (39.31s)
=== CONT TestAccLambdaFunctionURLDataSource_basic
--- PASS: TestAccLambdaFunction_versionedUpdate (120.05s)
=== CONT TestAccLambdaFunctionURL_Alias
--- PASS: TestAccLambdaFunctionURL_basic (35.42s)
=== CONT TestAccLambdaFunctionURL_invokeMode
--- PASS: TestAccLambdaFunctionURLDataSource_basic (32.75s)
--- PASS: TestAccLambdaFunctionURL_Alias (42.13s)
--- PASS: TestAccLambdaFunctionURL_invokeMode (67.63s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/lambda 216.572s
@surajsubramanian Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.39.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
Relations
Relates #35939
Output from Acceptance Testing
function_url_data_source_test.go
function_url_test.go
invocation_test.go
function_test.go
layer_version_test.go