terraform/backend/remote
Alisdair McDiarmid eee57280f6 backend: Faster remote backend tests
The remote backend tests spent most of their execution time sleeping in
various polling and backoff waits. This is unnecessary when testing
against a mock server, so reduce all of these delays when under test to
much lower values.

Only one remaining test has an artificial delay: verifying the discovery
of services against an unknown hostname. This times out at DNS
resolution, which is more difficult to fix than seems worth it at this
time.
2020-11-18 16:00:05 -05:00
..
testdata clean up go mod for go-tfe 2019-09-27 14:16:41 -07:00
backend.go state: remove deprecated state package (#25490) 2020-08-11 11:43:01 -04:00
backend_apply.go prevent targeting for unsupported API versions 2020-05-15 16:57:18 -07:00
backend_apply_test.go backend: Faster remote backend tests 2020-11-18 16:00:05 -05:00
backend_common.go backend: Faster remote backend tests 2020-11-18 16:00:05 -05:00
backend_context.go vendor: go get github.com/hashicorp/go-tfe@v0.8.0 2020-05-15 15:58:01 -07:00
backend_context_test.go * backend/local: push responsibility for unlocking state into individual operations 2020-08-11 11:23:42 -04:00
backend_mock.go backend: Faster remote backend tests 2020-11-18 16:00:05 -05:00
backend_plan.go backend: Faster remote backend tests 2020-11-18 16:00:05 -05:00
backend_plan_test.go backend: Faster remote backend tests 2020-11-18 16:00:05 -05:00
backend_state.go state: remove deprecated state package (#25490) 2020-08-11 11:43:01 -04:00
backend_state_test.go refactor tests to use modern states.State in favor of terraform.State where possible 2020-09-30 16:07:54 -04:00
backend_test.go backend/remote: do not panic if PrepareConfig or Configure receive null (#25135) 2020-06-05 09:11:44 -04:00
cli.go Change how to fall back from remote to local backend 2018-11-20 22:25:52 +01:00
colorize.go backend/remote: implement the Local interface 2018-11-26 20:50:25 +01:00
remote_test.go backend: Faster remote backend tests 2020-11-18 16:00:05 -05:00
testing.go state: remove deprecated state package (#25490) 2020-08-11 11:43:01 -04:00