pulumi/tests
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
..
integration Checkpoint resource initialization errors 2018-07-20 17:59:06 -07:00
main_test.go Require pulumi login before commands that need a backend 2018-04-05 10:19:41 -07:00
new_test.go Add optional --dir flag to pulumi new (#1459) 2018-06-04 13:33:58 -07:00
stack_test.go Run export/import rounttrip as part of our lifecycle tests 2018-06-14 16:01:28 -07:00