pulumi/tests/integration
Alex Clemmer f037c7d143 Checkpoint resource initialization errors
When a resource fails to initialize (i.e., it is successfully created,
but fails to transition to a fully-initialized state), and a user
subsequently runs `pulumi update` without changing that resource, our
CLI will fail to warn the user that this resource is not initialized.

This commit begins the process of allowing our CLI to report this by
storing a list of initialization errors in the checkpoint.
2018-07-20 17:59:06 -07:00
..
config_basic Add a basic Go configuration integration test 2018-06-10 09:24:57 -07:00
delete_before_create Delete Before Create (#1365) 2018-05-23 14:43:17 -07:00
dependency_steps Lift snapshot management out of the engine and serialize writes to snapshot (#1069) 2018-04-12 09:55:34 -07:00
diff Disable interactive mode for a CI/CD server. (#1297) 2018-04-30 15:27:53 -07:00
double_pending_delete Work around a potentially bad assert in the engine (#1644) 2018-07-18 15:48:55 -07:00
empty Add integration test support for Go 2018-06-10 09:17:19 -07:00
partial_state Checkpoint resource initialization errors 2018-07-20 17:59:06 -07:00
project_main Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
project_main_abs Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
project_main_parent Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
protect_resources Fix the protect_resources test (#1228) 2018-04-18 12:26:46 -07:00
recreate_resource_check Delete Before Create (#1365) 2018-05-23 14:43:17 -07:00
stack_bad_parenting Require a resource's parent to actually be a resource. (#1266) 2018-04-24 17:23:18 -07:00
stack_dependencies Code review feedback: 2018-02-22 13:33:50 -08:00
stack_outputs Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack_parenting Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack_project_name Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
steps Add a migrate package for migrating to and from differently-versioned API types (#1647) 2018-07-20 13:31:41 -07:00
integration_test.go Fix printing out outputs in a pulumi program. (#1531) 2018-06-18 16:03:26 -07:00