-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Add runtime
to Glue Ray job command
#32528
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
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.
Welcome @djleeam 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
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=TestAccGlueJob_' PKG=glue ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/glue/... -v -count 1 -parallel 2 -run=TestAccGlueJob_ -timeout 180m
=== RUN TestAccGlueJob_basic
=== PAUSE TestAccGlueJob_basic
=== RUN TestAccGlueJob_disappears
=== PAUSE TestAccGlueJob_disappears
=== RUN TestAccGlueJob_basicStreaming
=== PAUSE TestAccGlueJob_basicStreaming
=== RUN TestAccGlueJob_command
=== PAUSE TestAccGlueJob_command
=== RUN TestAccGlueJob_defaultArguments
=== PAUSE TestAccGlueJob_defaultArguments
=== RUN TestAccGlueJob_nonOverridableArguments
=== PAUSE TestAccGlueJob_nonOverridableArguments
=== RUN TestAccGlueJob_description
=== PAUSE TestAccGlueJob_description
=== RUN TestAccGlueJob_glueVersion
=== PAUSE TestAccGlueJob_glueVersion
=== RUN TestAccGlueJob_executionClass
=== PAUSE TestAccGlueJob_executionClass
=== RUN TestAccGlueJob_executionProperty
=== PAUSE TestAccGlueJob_executionProperty
=== RUN TestAccGlueJob_maxRetries
=== PAUSE TestAccGlueJob_maxRetries
=== RUN TestAccGlueJob_notificationProperty
=== PAUSE TestAccGlueJob_notificationProperty
=== RUN TestAccGlueJob_tags
=== PAUSE TestAccGlueJob_tags
=== RUN TestAccGlueJob_streamingTimeout
=== PAUSE TestAccGlueJob_streamingTimeout
=== RUN TestAccGlueJob_timeout
=== PAUSE TestAccGlueJob_timeout
=== RUN TestAccGlueJob_security
=== PAUSE TestAccGlueJob_security
=== RUN TestAccGlueJob_workerType
=== PAUSE TestAccGlueJob_workerType
=== RUN TestAccGlueJob_pythonShell
=== PAUSE TestAccGlueJob_pythonShell
=== RUN TestAccGlueJob_rayJob
=== PAUSE TestAccGlueJob_rayJob
=== RUN TestAccGlueJob_maxCapacity
=== PAUSE TestAccGlueJob_maxCapacity
=== CONT TestAccGlueJob_basic
=== CONT TestAccGlueJob_maxRetries
--- PASS: TestAccGlueJob_basic (29.49s)
=== CONT TestAccGlueJob_security
--- PASS: TestAccGlueJob_maxRetries (48.90s)
=== CONT TestAccGlueJob_maxCapacity
--- PASS: TestAccGlueJob_security (46.60s)
=== CONT TestAccGlueJob_rayJob
--- PASS: TestAccGlueJob_maxCapacity (47.56s)
=== CONT TestAccGlueJob_pythonShell
--- PASS: TestAccGlueJob_rayJob (23.42s)
=== CONT TestAccGlueJob_workerType
--- PASS: TestAccGlueJob_workerType (67.87s)
=== CONT TestAccGlueJob_nonOverridableArguments
--- PASS: TestAccGlueJob_pythonShell (90.24s)
=== CONT TestAccGlueJob_executionProperty
--- PASS: TestAccGlueJob_nonOverridableArguments (46.08s)
=== CONT TestAccGlueJob_executionClass
--- PASS: TestAccGlueJob_executionProperty (47.75s)
=== CONT TestAccGlueJob_glueVersion
--- PASS: TestAccGlueJob_executionClass (84.82s)
=== CONT TestAccGlueJob_description
--- PASS: TestAccGlueJob_glueVersion (206.79s)
=== CONT TestAccGlueJob_streamingTimeout
--- PASS: TestAccGlueJob_description (180.83s)
=== CONT TestAccGlueJob_timeout
--- PASS: TestAccGlueJob_streamingTimeout (140.79s)
=== CONT TestAccGlueJob_command
--- PASS: TestAccGlueJob_timeout (126.96s)
=== CONT TestAccGlueJob_defaultArguments
--- PASS: TestAccGlueJob_command (118.84s)
=== CONT TestAccGlueJob_basicStreaming
--- PASS: TestAccGlueJob_defaultArguments (105.42s)
=== CONT TestAccGlueJob_notificationProperty
--- PASS: TestAccGlueJob_basicStreaming (28.51s)
=== CONT TestAccGlueJob_disappears
--- PASS: TestAccGlueJob_disappears (23.95s)
=== CONT TestAccGlueJob_tags
--- PASS: TestAccGlueJob_notificationProperty (47.55s)
--- PASS: TestAccGlueJob_tags (62.56s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/glue 821.594s
@djleeam Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.10.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
Adds runtime parameter for Glue Ray job command.
Relations
Closes #29180
References
Output from Acceptance Testing