pulumi/tests/integration
Sean Gillespie 1cbf8bdc40 Partial status for resource providers
This commit adds CLI support for resource providers to provide partial
state upon failure. For resource providers that model resource
operations across multiple API calls, the Provider RPC interface can now
accomodate saving bags of state for resource operations that failed.
This is a common pattern for Terraform-backed providers that try to do
post-creation steps on resource as part of Create or Update resource
operations.
2018-07-02 13:32:23 -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
empty Add integration test support for Go 2018-06-10 09:17:19 -07:00
partial_state Partial status for resource providers 2018-07-02 13:32:23 -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 Tweak readme. (#1505) 2018-06-15 13:33:51 -07:00
integration_test.go Fix printing out outputs in a pulumi program. (#1531) 2018-06-18 16:03:26 -07:00