-
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_glue_job: add support for job run queuing #39027
Conversation
Community NoteVoting for Prioritization
For Submitters
|
```console % make testacc PKG=glue TESTS=TestAccGlueJob_jobRunQueuingEnabled make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.23.0 test ./internal/service/glue/... -v -count 1 -parallel 20 -run='TestAccGlueJob_jobRunQueuingEnabled' -timeout 360m --- PASS: TestAccGlueJob_jobRunQueuingEnabled (21.69s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/glue 27.816s ```
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 PKG=glue TESTS=TestAccGlueJob_
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.0 test ./internal/service/glue/... -v -count 1 -parallel 20 -run='TestAccGlueJob_' -timeout 360m
--- PASS: TestAccGlueJob_maintenanceWindow (38.74s)
=== CONT TestAccGlueJob_disappears
--- PASS: TestAccGlueJob_rayJob (38.78s)
=== CONT TestAccGlueJob_glueVersion
--- PASS: TestAccGlueJob_basicStreaming (39.09s)
--- PASS: TestAccGlueJob_basic (40.87s)
--- PASS: TestAccGlueJob_command (60.48s)
--- PASS: TestAccGlueJob_defaultArguments (60.63s)
--- PASS: TestAccGlueJob_streamingTimeout (60.87s)
--- PASS: TestAccGlueJob_jobRunQueuingEnabled (62.62s)
--- PASS: TestAccGlueJob_executionProperty (63.78s)
--- PASS: TestAccGlueJob_security (63.87s)
--- PASS: TestAccGlueJob_timeout (64.00s)
--- PASS: TestAccGlueJob_maxCapacity (64.02s)
--- PASS: TestAccGlueJob_nonOverridableArguments (64.06s)
--- PASS: TestAccGlueJob_notificationProperty (64.08s)
--- PASS: TestAccGlueJob_executionClass (64.10s)
--- PASS: TestAccGlueJob_description (64.15s)
--- PASS: TestAccGlueJob_maxRetries (64.17s)
--- PASS: TestAccGlueJob_disappears (26.35s)
--- PASS: TestAccGlueJob_tags (71.30s)
--- PASS: TestAccGlueJob_pythonShell (79.87s)
--- PASS: TestAccGlueJob_glueVersion (44.89s)
--- PASS: TestAccGlueJob_workerType (85.67s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/glue 91.732s
Thanks for your contribution, @mahadzaryab1! 👍 |
This functionality has been released in v5.65.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
Closes #38991
References
Output from Acceptance Testing