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

Tech debt: Switch to WithoutTimeout CRUD handlers for MQ #27989

Merged
merged 8 commits into from
Nov 23, 2022

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    ae931c2 View commit details
    Browse the repository at this point in the history
  2. r/aws_mq_configuration: Add 'FindConfigurationByID'.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccMQConfiguration_' PKG=mq ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/mq/... -v -count 1 -parallel 2  -run=TestAccMQConfiguration_ -timeout 180m
    === RUN   TestAccMQConfiguration_basic
    === PAUSE TestAccMQConfiguration_basic
    === RUN   TestAccMQConfiguration_withData
    === PAUSE TestAccMQConfiguration_withData
    === RUN   TestAccMQConfiguration_withLdapData
    === PAUSE TestAccMQConfiguration_withLdapData
    === RUN   TestAccMQConfiguration_tags
    === PAUSE TestAccMQConfiguration_tags
    === CONT  TestAccMQConfiguration_basic
    === CONT  TestAccMQConfiguration_withLdapData
    --- PASS: TestAccMQConfiguration_withLdapData (21.43s)
    === CONT  TestAccMQConfiguration_withData
    --- PASS: TestAccMQConfiguration_basic (38.58s)
    === CONT  TestAccMQConfiguration_tags
    --- PASS: TestAccMQConfiguration_withData (19.96s)
    --- PASS: TestAccMQConfiguration_tags (46.36s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/mq	89.544s
    ewbankkit committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a4c0db0 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. r/aws_mq_configuration: Switch to 'WithoutTimeout' CRUD handlers (#15090

    ).
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccMQConfiguration_' PKG=mq ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/mq/... -v -count 1 -parallel 2  -run=TestAccMQConfiguration_ -timeout 180m
    === RUN   TestAccMQConfiguration_basic
    === PAUSE TestAccMQConfiguration_basic
    === RUN   TestAccMQConfiguration_withData
    === PAUSE TestAccMQConfiguration_withData
    === RUN   TestAccMQConfiguration_withLdapData
    === PAUSE TestAccMQConfiguration_withLdapData
    === RUN   TestAccMQConfiguration_tags
    === PAUSE TestAccMQConfiguration_tags
    === CONT  TestAccMQConfiguration_basic
    === CONT  TestAccMQConfiguration_withLdapData
    --- PASS: TestAccMQConfiguration_withLdapData (25.43s)
    === CONT  TestAccMQConfiguration_withData
    --- PASS: TestAccMQConfiguration_basic (35.47s)
    === CONT  TestAccMQConfiguration_tags
    --- PASS: TestAccMQConfiguration_withData (20.19s)
    --- PASS: TestAccMQConfiguration_tags (47.72s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/mq	88.212s
    ewbankkit committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    903f802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ebe47f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63a212d View commit details
    Browse the repository at this point in the history
  4. d/aws_mq_broker_instance_type_offerings: Switch to 'WithoutTimeout' C…

    …RUD handlers (#15090).
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccMQBrokerInstanceTypeOfferingsDataSource_' PKG=mq ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/mq/... -v -count 1 -parallel 2  -run=TestAccMQBrokerInstanceTypeOfferingsDataSource_ -timeout 180m
    === RUN   TestAccMQBrokerInstanceTypeOfferingsDataSource_basic
    === PAUSE TestAccMQBrokerInstanceTypeOfferingsDataSource_basic
    === CONT  TestAccMQBrokerInstanceTypeOfferingsDataSource_basic
    --- PASS: TestAccMQBrokerInstanceTypeOfferingsDataSource_basic (18.12s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/mq	22.768s
    ewbankkit committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    4b0d330 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd1211c View commit details
    Browse the repository at this point in the history
  6. MQ: Modernize sweeper.

    ewbankkit committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0f562b8 View commit details
    Browse the repository at this point in the history