pulumi/pkg/engine/lifeycletest
Levi Blackstone 1c87d58b4a
Fix bug with ComponentResource resource refs (#5949)
Now that resources are serialized as refs, ComponentResources
may try to unmarshal local resource refs before they are
initialized during the RegisterResource step.

This change avoids that issue by skipping Output marshaling
for local ComponentResources during the RegisterResource step.
These Outputs will be handled instead during the
RegisterResourceOutputs step.

Co-authored-by: Pat Gavlin <pat@pulumi.com>
2020-12-18 14:45:52 -07:00
..
delete_before_replace_test.go Fix linting. (#5954) 2020-12-15 17:56:42 -08:00
golang_sdk_test.go Fix linting. (#5954) 2020-12-15 17:56:42 -08:00
import_test.go Add ignoreChanges preprocessing in ImportStep. (#5976) 2020-12-17 14:46:50 -08:00
pending_delete_test.go Split engine unit tests into individual files. (#5951) 2020-12-15 14:24:46 -08:00
provider_test.go Split engine unit tests into individual files. (#5951) 2020-12-15 14:24:46 -08:00
pulumi_test.go Fix bug with ComponentResource resource refs (#5949) 2020-12-18 14:45:52 -07:00
refresh_test.go Split engine unit tests into individual files. (#5951) 2020-12-15 14:24:46 -08:00
resource_reference_test.go Improve resource ref unit tests. (#5960) 2020-12-16 12:38:20 -08:00
target_test.go Split engine unit tests into individual files. (#5951) 2020-12-15 14:24:46 -08:00
test_plan.go Create a builtin provider during import. (#5730) 2020-11-10 21:11:30 -08:00