-
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
tests/resource/aws_glue_catalog_table: StorageDescriptor_SchemaReference test #17449
Comments
… `partition_values` validation (#17702) Output from acceptance testing in AWS Commercial: ``` --- PASS: TestAccAWSGlueCatalogTable_basic (31.10s) --- PASS: TestAccAWSGlueCatalogTable_columnParameters (33.94s) --- PASS: TestAccAWSGlueCatalogTable_disappears (30.13s) --- PASS: TestAccAWSGlueCatalogTable_disappears_database (24.49s) --- PASS: TestAccAWSGlueCatalogTable_full (35.08s) --- PASS: TestAccAWSGlueCatalogTable_partitionIndexesMultiple (35.00s) --- PASS: TestAccAWSGlueCatalogTable_partitionIndexesSingle (34.57s) --- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_EmptyConfigurationBlock (31.82s) --- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_schemaReference (38.78s) --- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_schemaReferenceArn (39.47s) --- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_SerDeInfo_EmptyConfigurationBlock (31.91s) --- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_SerDeInfo_UpdateValues (43.66s) --- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_SkewedInfo_EmptyConfigurationBlock (31.99s) --- PASS: TestAccAWSGlueCatalogTable_update_addValues (45.27s) --- PASS: TestAccAWSGlueCatalogTable_update_replaceValues (46.23s) --- PASS: TestAccAWSGluePartition_basic (35.44s) --- PASS: TestAccAWSGluePartition_disappears (31.50s) --- PASS: TestAccAWSGluePartition_disappears_table (30.91s) --- PASS: TestAccAWSGluePartition_multipleValues (35.76s) --- PASS: TestAccAWSGluePartition_parameters (56.26s) ``` Output from acceptance testing in AWS GovCloud (US): ``` --- FAIL: TestAccAWSGlueCatalogTable_StorageDescriptor_schemaReference (15.54s) # #17449 --- FAIL: TestAccAWSGlueCatalogTable_StorageDescriptor_schemaReferenceArn (14.85s) # #17449 --- PASS: TestAccAWSGlueCatalogTable_basic (32.74s) --- PASS: TestAccAWSGlueCatalogTable_columnParameters (34.11s) --- PASS: TestAccAWSGlueCatalogTable_disappears (28.84s) --- PASS: TestAccAWSGlueCatalogTable_disappears_database (24.42s) --- PASS: TestAccAWSGlueCatalogTable_full (31.56s) --- PASS: TestAccAWSGlueCatalogTable_partitionIndexesMultiple (32.82s) --- PASS: TestAccAWSGlueCatalogTable_partitionIndexesSingle (32.55s) --- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_EmptyConfigurationBlock (30.14s) --- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_SerDeInfo_EmptyConfigurationBlock (30.73s) --- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_SerDeInfo_UpdateValues (47.27s) --- PASS: TestAccAWSGlueCatalogTable_StorageDescriptor_SkewedInfo_EmptyConfigurationBlock (30.30s) --- PASS: TestAccAWSGlueCatalogTable_update_addValues (48.12s) --- PASS: TestAccAWSGlueCatalogTable_update_replaceValues (47.88s) --- PASS: TestAccAWSGluePartition_basic (34.71s) --- PASS: TestAccAWSGluePartition_disappears (31.71s) --- PASS: TestAccAWSGluePartition_disappears_table (30.66s) --- PASS: TestAccAWSGluePartition_multipleValues (35.11s) --- PASS: TestAccAWSGluePartition_parameters (64.63s) ```
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you! |
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. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
The following tests fail in GovCloud:
This test will likely need a service specific precheck to allow the test to skip in that region.
References
The text was updated successfully, but these errors were encountered: