terraform/helper/resource
James Bardin 6601b9b8dd adjust the inconsistent_negative test to match
This test unfortunately relies on the timing of the loops in
WaitForState, and the text of the error message. Adjust the timing so
the timeout isn't an even multiple of the poll interval, and make sure
we reach a minimum number of retries.
2017-04-19 10:53:06 -04:00
..
error.go helper/resource: Add retries to err message 2017-01-20 11:09:04 -08:00
id.go Fix resource.UniqueId to be properly ordered 2016-11-15 21:58:23 -05:00
id_test.go Fix resource.UniqueId to be properly ordered 2016-11-15 21:58:23 -05:00
map.go ResourceDiff => InstanceDiff 2014-09-17 16:33:24 -07:00
map_test.go helper/resource: automatically validate resources 2014-07-08 10:17:36 -07:00
resource.go ResourceDiff => InstanceDiff 2014-09-17 16:33:24 -07:00
state.go don't leave WaitForState goroutine running 2017-04-19 10:41:51 -04:00
state_test.go adjust the inconsistent_negative test to match 2017-04-19 10:53:06 -04:00
testing.go core: Add ImportStateIdPrefix field for testing 2017-03-30 18:11:10 -04:00
testing_config.go testing: Add option to run only a plan on a TestStep configuration 2017-03-22 15:38:21 -05:00
testing_import_state.go core: Add ImportStateIdPrefix field for testing 2017-03-30 18:11:10 -04:00
testing_import_state_test.go core: Add ImportStateIdPrefix field for testing 2017-03-30 18:11:10 -04:00
testing_test.go testing: Add option to run only a plan on a TestStep configuration 2017-03-22 15:38:21 -05:00
wait.go Another race in resource.Retry 2016-07-29 18:35:54 -04:00
wait_test.go Timing out is not success 2016-06-30 18:07:56 -07:00