Skip to content
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

Merged
merged 7 commits into from
Aug 29, 2024

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    ef2e168 View commit details
    Browse the repository at this point in the history
  2. Add Changelog

    mahadzaryab1 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    18a92d4 View commit details
    Browse the repository at this point in the history
  3. Update Documentation

    mahadzaryab1 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    a964dbc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    5c13194 View commit details
    Browse the repository at this point in the history
  2. chore: tweak changelog

    jar-b committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d929553 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    886dd9b View commit details
    Browse the repository at this point in the history
  4. r/aws_glue_job(test): add job_run_queuing_enabled test

    ```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
    ```
    jar-b committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ed96863 View commit details
    Browse the repository at this point in the history