pulumi/tests
Joe Duffy 971f6189f2
Fix pending delete replacement failure (#658)
The two-phase output properties change broke the ability to recover
from a failed replacement that yields pending deletes in the checkpoint.
The issue here is simply that we should remember pending registrations
only for logical operations that *also* have a "new" state (create or
update).  This commit fixes this, and also adds a new step test with
fault injection to probe many interesting combinations of steps.
2017-12-07 09:44:38 -08:00
..
cloud Reenable integration tests 2017-12-05 13:39:13 -08:00
integration Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
init_test.go Add Pulumi.com backend, unify cobra Commands 2017-11-02 11:19:00 -07:00
main_test.go Improve the overall cloud CLI experience 2017-12-02 14:34:42 -08:00
stack_test.go Fix cloud tests 2017-12-03 06:34:06 -08:00