pulumi/pkg/engine/lifeycletest
Levi Blackstone f6ec691544
Fix malformed resource value bug (#6164)
* Fix resource-ref-as-ID marshaling. (#6125)

This reapplies 2f0dba23ab.

* Fix malformed resource value bug

PR #6125 introduced a bug by marshaling resource
ids as PropertyValues, but not handling that case on
the unmarshaling side. The previous code assumed
that the id was a simple string value. This bug prevents
any stack update operations (preview, update, destroy,
refresh). Since this change was already
released, we must now handle both cases in the
unmarshaling code.

* Add resource ref unit tests for the Go SDK. (#6142)

This reapplies 3d505912b8.

Co-authored-by: Pat Gavlin <pat@pulumi.com>
2021-01-21 16:40:27 -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 Respect the version option for provider resources. (#6055) 2021-01-05 15:57:11 -08:00
pulumi_test.go Fix malformed resource value bug (#6164) 2021-01-21 16:40:27 -07:00
refresh_test.go Fix panic related to update with refresh (#5980) 2020-12-18 23:03:40 -08:00
resource_reference_test.go Fix malformed resource value bug (#6164) 2021-01-21 16:40:27 -07: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