Skip to content
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

Closed
breathingdust opened this issue Feb 4, 2021 · 2 comments
Labels
bug Addresses a defect in current functionality. partition/aws-us-gov Pertains to the aws-us-gov partition. service/glue Issues and PRs that pertain to the glue service. stale Old or inactive issues managed by automation, if no further action taken these will get closed. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.

Comments

@breathingdust
Copy link
Member

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform CLI and Terraform AWS Provider Version

Affected Resource(s)

  • aws_glue_catalog_table

The following tests fail in GovCloud:

=== CONT  TestAccAWSGlueCatalogTable_StorageDescriptor_schemaReferenceArn
    resource_aws_glue_catalog_table_test.go:459: Step 1/2 error: Error running apply: 2021/02/03 20:09:07 [DEBUG] Using modified User-Agent: Terraform/0.12.29 HashiCorp-terraform-exec/0.12.0

        Error: error creating Glue Registry: AccessDeniedException: Operation not allowed


=== CONT  TestAccAWSGlueCatalogTable_StorageDescriptor_schemaReference
    resource_aws_glue_catalog_table_test.go:429: Step 1/2 error: Error running apply: 2021/02/03 20:09:07 [DEBUG] Using modified User-Agent: Terraform/0.12.29 HashiCorp-terraform-exec/0.12.0

        Error: error creating Glue Registry: AccessDeniedException: Operation not allowed


--- FAIL: TestAccAWSGlueCatalogTable_StorageDescriptor_schemaReferenceArn (4.90s)
--- FAIL: TestAccAWSGlueCatalogTable_StorageDescriptor_schemaReference (5.08s)
FAIL
FAIL	github.com/terraform-providers/terraform-provider-aws/aws	6.762s
FAIL
make: *** [testacc] Error 1

This test will likely need a service specific precheck to allow the test to skip in that region.

References

@ghost ghost added the service/glue Issues and PRs that pertain to the glue service. label Feb 4, 2021
@breathingdust breathingdust added bug Addresses a defect in current functionality. partition/aws-us-gov Pertains to the aws-us-gov partition. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Feb 4, 2021
bflad pushed a commit that referenced this issue Feb 19, 2021
… `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)
```
@github-actions
Copy link

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!

@github-actions github-actions bot added the stale Old or inactive issues managed by automation, if no further action taken these will get closed. label Jan 25, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 24, 2023
@github-actions
Copy link

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. partition/aws-us-gov Pertains to the aws-us-gov partition. service/glue Issues and PRs that pertain to the glue service. stale Old or inactive issues managed by automation, if no further action taken these will get closed. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

No branches or pull requests

1 participant