terraform/helper/resource
Paul Hinze 7fe34d4547 providers: check for empty plan after each test step
Each acceptance test step plays a Refresh, Plan, Apply for a given
config. This adds a follow up Plan and fails the test if it does not
come back empty. This will catch issues with perpetual, unresolvable
diffs that crop up here and there.

This is going to cause a lot of our existing acceptance tests to fail -
too many to roll into a single PR. I think the best plan is to land this
in master and then fix the failures (each of which should be catching a
legitimate provider bug) one by one until we get the provider suites
back to green.
2015-04-09 10:19:01 -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 helper/resource: allow configuration of not found checks in state change 2015-02-26 09:59:42 -08:00
state_test.go helper/resource: add Retry function 2014-10-07 21:44:51 -07:00
testing.go providers: check for empty plan after each test step 2015-04-09 10:19:01 -05:00
testing_test.go providers: check for empty plan after each test step 2015-04-09 10:19:01 -05:00
wait.go helper/resource: RetryError for quitting quickly 2014-10-17 18:28:03 -07:00
wait_test.go helper/resource: RetryError for quitting quickly 2014-10-17 18:28:03 -07:00