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/provider: SimpleDB domain test fails on GovCloud #16063

Closed
YakDriver opened this issue Nov 5, 2020 · 1 comment · Fixed by #16062
Closed

tests/provider: SimpleDB domain test fails on GovCloud #16063

YakDriver opened this issue Nov 5, 2020 · 1 comment · Fixed by #16062
Assignees
Labels
partition/aws-us-gov Pertains to the aws-us-gov partition. service/simpledb Issues and PRs that pertain to the simpledb service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.

Comments

@YakDriver
Copy link
Member

YakDriver commented Nov 5, 2020

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

Description

This test fails on GovCloud:

TestAccAWSSimpleDBDomain_basic

With this error: no such host.

New or Affected Resource(s)

  • aws_simpledb_domain

Terraform Configuration Files

Initial config:

resource "aws_simpledb_domain" "test_domain" {
  name = "terraform-test-domain"
}

Debug Output

    TestAccAWSSimpleDBDomain_basic: resource_aws_simpledb_domain_test.go:17: Step 1/2 error: Error running apply: 2020/11/05 17:41:24 [DEBUG] Using modified User-Agent: Terraform/0.12.29 HashiCorp-terraform-exec/0.10.0
        
        Error: Create SimpleDB Domain failed: RequestError: send request failed
        caused by: Post "https://sdb.us-gov-west-1.amazonaws.com/": dial tcp: lookup sdb.us-gov-west-1.amazonaws.com on 192.168.22.2:53: no such host

--- FAIL: TestAccAWSSimpleDBDomain_basic (28.24s)

References

@YakDriver YakDriver added tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. partition/aws-us-gov Pertains to the aws-us-gov partition. labels Nov 5, 2020
@ghost ghost added the service/simpledb Issues and PRs that pertain to the simpledb service. label Nov 5, 2020
@YakDriver YakDriver self-assigned this Nov 5, 2020
@ghost
Copy link

ghost commented Dec 6, 2020

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!

@ghost ghost locked as resolved and limited conversation to collaborators Dec 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
partition/aws-us-gov Pertains to the aws-us-gov partition. service/simpledb Issues and PRs that pertain to the simpledb service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant