-
Notifications
You must be signed in to change notification settings - Fork 71
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
data-source/dns_txt_record_set: Large (>512 byte) Records Return Errors #157
Comments
Reference: https://github.com/hashicorp/tf-eco-acctest-infrastructure/issues/61 Reference: #112 Reference: #144 Reference: #154 Reference: #157
Reference: https://github.com/hashicorp/tf-eco-acctest-infrastructure/issues/61 Reference: #112 Reference: #144 Reference: #154 Reference: #157
Reference: https://github.com/hashicorp/tf-eco-acctest-infrastructure/issues/61 Reference: #112 Reference: #144 Reference: #154 Reference: #157
This should be partially resolved with golang/go#51127 with Go 1.18 and more fully if EDNS support is added in Go 1.19. |
Reference: golang/go#51127 Reference: #157 Reference: #188 Updates the testing and release processes to the latest 1.16.x version, which resolves a longstanding Go resolver issue with responses greater than 512 bytes. Verifies by enabling a previously skipped acceptance test. Also adds CHANGELOG entries for upstream module updates which are bundled with this provider release, which may fix specific EDNS handling issues.
Reference: golang/go#51127 Reference: #157 Reference: #188 Updates the testing and release processes to the latest 1.16.x version, which resolves a longstanding Go resolver issue with responses greater than 512 bytes. Verifies by enabling a previously skipped acceptance test. Also adds CHANGELOG entries for upstream module updates which are bundled with this provider release, which may fix specific EDNS handling issues.
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. |
Terraform Version
Affected Data Source
Terraform Configuration Files
Expected Behavior
Successful data source results, with 7 records.
Actual Behavior
Same occurs across other large TXT records, such as:
Steps to Reproduce
go test -count=1 -run=TestAccDataDnsTxtRecordSet_Basic -v ./internal/provider
on main (soon to be its own test)Important Factoids
Failures can be influenced by intermediate DNS resolvers changing the response message size.
References
The text was updated successfully, but these errors were encountered: