pulumi/tests
Pat Gavlin 5513f08669
Do not call Read in read steps with unknown IDs. (#1734)
This is consistent with the behavior prior to the introduction of Read
steps. In order to avoid a breaking change we must do this check in the
engine itself, which causes a bit of a layering violation: because IDs
are marshaled as raw strings rather than PropertyValues, the engine must
check against the marshaled form of an unknown directly (i.e.
`plugin.UnknownStringValue`).
2018-08-08 12:06:20 -07:00
..
integration Do not call Read in read steps with unknown IDs. (#1734) 2018-08-08 12:06:20 -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 Use new native typescript support in many tests 2018-08-06 14:00:58 -07:00