-
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
Skip Glue Data Catalog Encryption Settings acceptance tests #22403
Conversation
…an leave the account in a state where a referenced KMS key is deleted. % make testacc TESTARGS='-run=TestAccGlue_serial/DataCatalogEncryptionSettings' PKG_NAME=internal/service/glue ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/glue/... -v -count 1 -parallel 20 -run=TestAccGlue_serial/DataCatalogEncryptionSettings -timeout 180m === RUN TestAccGlue_serial === RUN TestAccGlue_serial/DataCatalogEncryptionSettings === RUN TestAccGlue_serial/DataCatalogEncryptionSettings/basic data_catalog_encryption_settings_test.go:17: Skipping aws_glue_data_catalog_encryption_settings tests === RUN TestAccGlue_serial/DataCatalogEncryptionSettings/dataSource data_catalog_encryption_settings_data_source_test.go:12: Skipping aws_glue_data_catalog_encryption_settings tests --- PASS: TestAccGlue_serial (0.00s) --- PASS: TestAccGlue_serial/DataCatalogEncryptionSettings (0.00s) --- SKIP: TestAccGlue_serial/DataCatalogEncryptionSettings/basic (0.00s) --- SKIP: TestAccGlue_serial/DataCatalogEncryptionSettings/dataSource (0.00s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/glue 3.651s
LGTM! 🚀 |
…e-resource-delete' into t-GlueEncryptionException
This functionality has been released in v3.71.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
In HashiCorp CI testing we are seeing lots of errors like
This could be because at one time the Glue Data Catalog Encryption Settings referred to a KMS key that has now been deleted.
I have opened an AWS Support ticket to try and get this sorted out.
In anticipation of this getting resolved, skip any acceptance tests that affect the Glue Data Catalog Encryption Settings.
The tests can be manually adapted if they need to be run.
Relates #21452.
Relates #22338.