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

dms: Fix failing acceptance tests #39756

Merged
merged 7 commits into from
Oct 16, 2024

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    83b244a View commit details
    Browse the repository at this point in the history
  2. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccDMSReplicationTask_basic' PKG=dms
    make: Verifying source code with gofmt...
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.23.2 test ./internal/service/dms/... -v -count 1 -parallel 20  -run=TestAccDMSReplicationTask_basic -timeout 360m
    2024/10/16 14:29:29 Initializing Terraform AWS Provider...
    === RUN   TestAccDMSReplicationTask_basic
    === PAUSE TestAccDMSReplicationTask_basic
    === CONT  TestAccDMSReplicationTask_basic
    === RUN   TestAccDMSReplicationTask_basic/full-load
    === PAUSE TestAccDMSReplicationTask_basic/full-load
    === RUN   TestAccDMSReplicationTask_basic/cdc
    === PAUSE TestAccDMSReplicationTask_basic/cdc
    === RUN   TestAccDMSReplicationTask_basic/full-load-and-cdc
    === PAUSE TestAccDMSReplicationTask_basic/full-load-and-cdc
    === CONT  TestAccDMSReplicationTask_basic/full-load
    === CONT  TestAccDMSReplicationTask_basic/full-load-and-cdc
    === CONT  TestAccDMSReplicationTask_basic/cdc
    --- PASS: TestAccDMSReplicationTask_basic (0.00s)
        --- PASS: TestAccDMSReplicationTask_basic/full-load (1314.47s)
        --- PASS: TestAccDMSReplicationTask_basic/cdc (1449.90s)
        --- PASS: TestAccDMSReplicationTask_basic/full-load-and-cdc (1512.57s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/dms	1517.662s
    ewbankkit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6de5d87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e3c14e View commit details
    Browse the repository at this point in the history
  4. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccDMSReplicationConfig_basic' PKG=dms
    make: Verifying source code with gofmt...
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.23.2 test ./internal/service/dms/... -v -count 1 -parallel 20  -run=TestAccDMSReplicationConfig_basic -timeout 360m
    2024/10/16 15:11:59 Initializing Terraform AWS Provider...
    === RUN   TestAccDMSReplicationConfig_basic
    === PAUSE TestAccDMSReplicationConfig_basic
    === CONT  TestAccDMSReplicationConfig_basic
    === RUN   TestAccDMSReplicationConfig_basic/full-load
    === PAUSE TestAccDMSReplicationConfig_basic/full-load
    === RUN   TestAccDMSReplicationConfig_basic/cdc
    === PAUSE TestAccDMSReplicationConfig_basic/cdc
    === RUN   TestAccDMSReplicationConfig_basic/full-load-and-cdc
    === PAUSE TestAccDMSReplicationConfig_basic/full-load-and-cdc
    === CONT  TestAccDMSReplicationConfig_basic/full-load
    === CONT  TestAccDMSReplicationConfig_basic/full-load-and-cdc
    === CONT  TestAccDMSReplicationConfig_basic/cdc
    --- PASS: TestAccDMSReplicationConfig_basic (0.00s)
        --- PASS: TestAccDMSReplicationConfig_basic/cdc (53.75s)
        --- PASS: TestAccDMSReplicationConfig_basic/full-load (53.76s)
        --- PASS: TestAccDMSReplicationConfig_basic/full-load-and-cdc (53.77s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/dms	58.812s
    ewbankkit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c4c26ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    676fc1c View commit details
    Browse the repository at this point in the history
  6. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccDMSReplicationInstance_engineVersion' PKG=dms
    make: Verifying source code with gofmt...
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.23.2 test ./internal/service/dms/... -v -count 1 -parallel 20  -run=TestAccDMSReplicationInstance_engineVersion -timeout 360m
    2024/10/16 15:19:11 Initializing Terraform AWS Provider...
    === RUN   TestAccDMSReplicationInstance_engineVersion
    === PAUSE TestAccDMSReplicationInstance_engineVersion
    === CONT  TestAccDMSReplicationInstance_engineVersion
    --- PASS: TestAccDMSReplicationInstance_engineVersion (1953.99s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/dms	1959.030s
    ewbankkit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    851f20a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6967da3 View commit details
    Browse the repository at this point in the history