-
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
Tech debt: Switch to WithoutTimeout
CRUD handlers for MQ
#27989
Merged
Merged
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ae931c2 - Browse repository at this point
Copy the full SHA ae931c2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a4c0db0 - Browse repository at this point
Copy the full SHA a4c0db0View commit details
Commits on Nov 23, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 903f802 - Browse repository at this point
Copy the full SHA 903f802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ebe47f - Browse repository at this point
Copy the full SHA 4ebe47fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63a212d - Browse repository at this point
Copy the full SHA 63a212dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4b0d330 - Browse repository at this point
Copy the full SHA 4b0d330View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd1211c - Browse repository at this point
Copy the full SHA bd1211cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f562b8 - Browse repository at this point
Copy the full SHA 0f562b8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.