-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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_appintegrations_event_integration #23904
r/aws_appintegrations_event_integration #23904
Conversation
map appintegrations to appintegrationsservice
CustomizeDiff: verify.SetTagsDiff,
Made a small change and re-ran the test cases (PASS)
|
real good work! lgtm
|
LGTM 🚀 Thanks @GlennChia! Verified Acceptance Tests in Commercial (us-west-2) make testacc TESTARGS='-run=TestAccEventIntegration_' PKG=appintegrations ACCTEST_PARALLELISM=1
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/appintegrations/... -v -count 1 -parallel 1 -run=TestAccEventIntegration_ -timeout 180m
=== RUN TestAccEventIntegration_basic
=== PAUSE TestAccEventIntegration_basic
=== RUN TestAccEventIntegration_updateTags
=== PAUSE TestAccEventIntegration_updateTags
=== RUN TestAccEventIntegration_disappears
=== PAUSE TestAccEventIntegration_disappears
=== CONT TestAccEventIntegration_basic
--- PASS: TestAccEventIntegration_basic (23.22s)
=== CONT TestAccEventIntegration_updateTags
--- PASS: TestAccEventIntegration_updateTags (39.08s)
=== CONT TestAccEventIntegration_disappears
--- PASS: TestAccEventIntegration_disappears (10.52s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/appintegrations 77.564s Verifying Acceptance Tests skip correctly in GovCloud make testacc TESTARGS='-run=TestAccEventIntegration_' PKG=appintegrations ACCTEST_PARALLELISM=1
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/appintegrations/... -v -count 1 -parallel 1 -run=TestAccEventIntegration_ -timeout 180m
=== RUN TestAccEventIntegration_basic
=== PAUSE TestAccEventIntegration_basic
=== RUN TestAccEventIntegration_updateTags
=== PAUSE TestAccEventIntegration_updateTags
=== RUN TestAccEventIntegration_disappears
=== PAUSE TestAccEventIntegration_disappears
=== CONT TestAccEventIntegration_basic
acctest.go:615: skipping tests; partition aws-us-gov does not support app-integrations service
--- SKIP: TestAccEventIntegration_basic (1.00s)
=== CONT TestAccEventIntegration_disappears
acctest.go:615: skipping tests; partition aws-us-gov does not support app-integrations service
--- SKIP: TestAccEventIntegration_disappears (0.00s)
=== CONT TestAccEventIntegration_updateTags
acctest.go:615: skipping tests; partition aws-us-gov does not support app-integrations service
--- SKIP: TestAccEventIntegration_updateTags (0.00s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/appintegrations 5.910s |
This functionality has been released in v4.14.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. |
Community Note
Closes #23903
Output from acceptance testing: