-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
provider/fastly: upgrade go-fastly to fix #12910 #13648
Conversation
The fact that Now this other behavior is due to the old version of the Anyone has an opinion about that? |
Seems it's been reported a while back in the go-fastly api: fastly/go-fastly#20 |
Proposed a fix upstream: fastly/go-fastly#41 |
Will upgrade the go-fastly dependency in |
… changed upstream
Pushed the upgrade. Some dependencies needed to be upgraded as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
TF_ACC=1 go test ./builtin/providers/fastly -v -run=TestAccFastlyServiceV1 -timeout 120m
=== RUN TestAccFastlyServiceV1CacheSetting_basic
--- PASS: TestAccFastlyServiceV1CacheSetting_basic (36.08s)
=== RUN TestAccFastlyServiceV1_conditional_basic
--- PASS: TestAccFastlyServiceV1_conditional_basic (15.33s)
=== RUN TestAccFastlyServiceV1_gzips_basic
--- PASS: TestAccFastlyServiceV1_gzips_basic (34.15s)
=== RUN TestAccFastlyServiceV1_headers_basic
--- PASS: TestAccFastlyServiceV1_headers_basic (34.97s)
=== RUN TestAccFastlyServiceV1_healthcheck_basic
--- PASS: TestAccFastlyServiceV1_healthcheck_basic (37.57s)
=== RUN TestAccFastlyServiceV1_papertrail_basic
--- PASS: TestAccFastlyServiceV1_papertrail_basic (34.44s)
=== RUN TestAccFastlyServiceV1RequestSetting_basic
--- PASS: TestAccFastlyServiceV1RequestSetting_basic (15.47s)
=== RUN TestAccFastlyServiceV1_response_object_basic
--- PASS: TestAccFastlyServiceV1_response_object_basic (36.13s)
=== RUN TestAccFastlyServiceV1_s3logging_basic
--- PASS: TestAccFastlyServiceV1_s3logging_basic (35.53s)
=== RUN TestAccFastlyServiceV1_s3logging_s3_env
--- PASS: TestAccFastlyServiceV1_s3logging_s3_env (15.95s)
=== RUN TestAccFastlyServiceV1_s3logging_formatVersion
--- PASS: TestAccFastlyServiceV1_s3logging_formatVersion (16.60s)
=== RUN TestAccFastlyServiceV1_sumologic
--- PASS: TestAccFastlyServiceV1_sumologic (15.80s)
=== RUN TestAccFastlyServiceV1_updateDomain
--- PASS: TestAccFastlyServiceV1_updateDomain (36.83s)
=== RUN TestAccFastlyServiceV1_updateBackend
--- PASS: TestAccFastlyServiceV1_updateBackend (37.11s)
=== RUN TestAccFastlyServiceV1_basic
--- PASS: TestAccFastlyServiceV1_basic (13.72s)
=== RUN TestAccFastlyServiceV1_disappears
--- PASS: TestAccFastlyServiceV1_disappears (7.30s)
=== RUN TestAccFastlyServiceV1_defaultTTL
--- PASS: TestAccFastlyServiceV1_defaultTTL (54.30s)
=== RUN TestAccFastlyServiceV1_VCL_basic
--- PASS: TestAccFastlyServiceV1_VCL_basic (34.76s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/fastly 512.060s
Thanks! :) |
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. |
Fixes: #12910
The current acceptance test reveals that error which matches the explanation provided in the issue: