-
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
Elastic Transcoder imports #6388
Elastic Transcoder imports #6388
Conversation
Fixed the acceptance tests breaking when run in parallel
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @mbamber!! 🚀
One note is that we're looking to migrate away from import specific acceptance tests and instead just include the TestStep
with ImportState: true
, etc. in every test where it makes sense. This catches scenarios where an attribute may not be properly read into the Terraform state during the Read
function and would show as a difference immediately after import. Since this effort is ongoing, we'll just include these tests in that effort of converting the testing if they aren't updated before then. 👍
--- PASS: TestAccAWSElasticTranscoderPreset_import (4.09s)
--- PASS: TestAccAWSElasticTranscoderPreset_basic (8.62s)
--- PASS: TestAccAWSElasticTranscoderPipeline_withPermissions (9.74s)
--- PASS: TestAccAWSElasticTranscoderPipeline_withContentConfig (10.34s)
--- PASS: TestAccAWSElasticTranscoderPipeline_notifications (10.66s)
--- PASS: TestAccAWSElasticTranscoderPipeline_basic (17.12s)
--- PASS: TestAccAWSElasticTranscoderPipeline_import (20.84s)
--- PASS: TestAccAWSElasticTranscoderPipeline_kmsKey (24.14s)
This has been released in version 1.44.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Changes proposed in this pull request:
Output from acceptance testing: