mirror of https://github.com/pulumi/pulumi.git
0cee6fee0e
This change adds the `l2-component-program-resource-ref` conformance test, which tests that a language supports generating SDKs and programs that are capable of handling resource references returned from remote components and hydrating them in the program so that their outputs can be used later on (in this case, as inputs to subsequent custom resources). Subsequent changes will add tests for in-component hydration, as well as other component-related features such as method invocations (`Call`). The idea is that this will help us shore up component-related functionality, particularly with respect to suspect gaps in `pulumi-java`. This test already passes for NodeJS and Python, but fails in Go due to a bug in program generation. It is therefore skipped for Go with the bug being tracked as #18140. Working towards closing pulumi/pulumi-java#262 |
||
---|---|---|
.. | ||
alpha_provider.go | ||
asset_archive_provider.go | ||
bad_provider.go | ||
component_provider.go | ||
config_grpc_provider.go | ||
config_provider.go | ||
custom_server.go | ||
fail_on_create_provider.go | ||
grpc_capture_server.go | ||
large_provider.go | ||
parameterized_provider.go | ||
plain_provider.go | ||
primitive_provider.go | ||
primitive_ref_provider.go | ||
ref_ref_provider.go | ||
secret_provider.go | ||
simple_invoke_provider.go | ||
simple_provider.go |