Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_glue_partition: Add nil check for
schema_reference
and…
… `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) ```
- Loading branch information