pulumi/sdk/nodejs/tests/runtime/langhost/cases
Kyle Dixler 3d14952860
NodeJS now accepts unknown resource IDs for read resource (#14137)
<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description
<!--- Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context. -->

Fixes #11719 

NodeJS now accepts unknown resource IDs for read resource.

## Checklist

- [x] I have run `make tidy` to update any new dependencies
- [x] I have run `make lint` to verify my code passes the lint check
  - [x] I have formatted my code using `gofumpt`

<!--- Please provide details if the checkbox below is to be left
unchecked. -->
- [x] I have added tests that prove my fix is effective or that my
feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [x] I have run `make changelog` and committed the
`changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the
Pulumi Cloud,
then the service should honor older versions of the CLI where this
change would not exist.
You must then bump the API version in
/pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi
Cloud API version
<!-- @Pulumi employees: If yes, you must submit corresponding changes in
the service repo. -->
2023-10-19 16:00:10 +00:00
..
000.empty Apply autoformat 2023-04-28 18:27:10 -04:00
001.one_resource Apply autoformat 2023-04-28 18:27:10 -04:00
002.ten_resources Apply autoformat 2023-04-28 18:27:10 -04:00
003.one_complex_resource Apply autoformat 2023-04-28 18:27:10 -04:00
004.ten_complex_resources Apply autoformat 2023-04-28 18:27:10 -04:00
005.resource_thens Apply autoformat 2023-04-28 18:27:10 -04:00
006.asset Apply autoformat 2023-04-28 18:27:10 -04:00
007.promises_io Apply autoformat 2023-04-28 18:27:10 -04:00
008.ten_depends_on_resources Apply autoformat 2023-04-28 18:27:10 -04:00
009.invoke Apply autoformat 2023-04-28 18:27:10 -04:00
010.runtime_settings Replace equal and deepEqual with strictEqual and deepStrictEqual (#5607) 2020-10-21 10:21:47 -07:00
011.unhandled_error Add a test. 2017-12-13 17:30:43 -08:00
012.assets_archive Apply autoformat 2023-04-28 18:27:10 -04:00
013.unhandled_promise_rejection Apply autoformat 2023-04-28 18:27:10 -04:00
014.read_resource NodeJS now accepts unknown resource IDs for read resource (#14137) 2023-10-19 16:00:10 +00:00
015.runtime_sxs Apply autoformat 2023-04-28 18:27:10 -04:00
016.promise_leak Improve the promise leak experience (#1374) 2018-05-17 15:32:39 -07:00
017.parent_defaults Apply autoformat 2023-04-28 18:27:10 -04:00
018.logging Fix an issue with NodeJS host logging (#1819) 2018-08-24 16:50:09 -07:00
019.stack_exports Incorporate PR feedback 2018-09-02 12:15:58 -07:00
020.property_dependencies Apply autoformat 2023-04-28 18:27:10 -04:00
021.parent_child_dependencies Apply autoformat 2023-04-28 18:27:10 -04:00
022.parent_child_dependencies_2 Apply autoformat 2023-04-28 18:27:10 -04:00
023.parent_child_dependencies_3 Apply autoformat 2023-04-28 18:27:10 -04:00
024.parent_child_dependencies_4 Apply autoformat 2023-04-28 18:27:10 -04:00
025.parent_child_dependencies_5 Apply autoformat 2023-04-28 18:27:10 -04:00
026.parent_child_dependencies_6 Apply autoformat 2023-04-28 18:27:10 -04:00
027.parent_child_dependencies_7 Apply autoformat 2023-04-28 18:27:10 -04:00
028.parent_child_dependencies_8 Apply autoformat 2023-04-28 18:27:10 -04:00
029.parent_child_dependencies_9 Apply autoformat 2023-04-28 18:27:10 -04:00
030.import_resource Apply autoformat 2023-04-28 18:27:10 -04:00
040.run_error Use result.Result in more places. (#2568) 2019-03-19 16:21:50 -07:00
041.component_opt_single_provider Apply autoformat 2023-04-28 18:27:10 -04:00
042.component_opt_providers_array Apply autoformat 2023-04-28 18:27:10 -04:00
043.depends_on_non_resource Ensure that the values in 'dependsOn' are actually Resources. (#2605) 2019-03-28 17:27:51 -07:00
044.versions Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
045.ignore_changes Add an ignoreChanges resource option (#2657) 2019-04-22 13:54:48 -07:00
046.recursive_stack_exports Properly handle recursive outputs without penalizing non-recursive ones. (#3206) 2019-09-10 12:29:52 -07:00
047.exported_function Allow users to export a top-level function to serve as the entrypoint to their pulumi app. (#3321) 2019-12-09 11:28:20 -08:00
048.exported_promise_function Allow users to export a top-level function to serve as the entrypoint to their pulumi app. (#3321) 2019-12-09 11:28:20 -08:00
049.exported_async_function Allow users to export a top-level function to serve as the entrypoint to their pulumi app. (#3321) 2019-12-09 11:28:20 -08:00
050.resource_creation_in_function Allow users to export a top-level function to serve as the entrypoint to their pulumi app. (#3321) 2019-12-09 11:28:20 -08:00
051.resource_creation_in_function_with_result Allow users to export a top-level function to serve as the entrypoint to their pulumi app. (#3321) 2019-12-09 11:28:20 -08:00
052.resource_creation_in_async_function_with_result Allow users to export a top-level function to serve as the entrypoint to their pulumi app. (#3321) 2019-12-09 11:28:20 -08:00
060.provider_invokes Apply autoformat 2023-04-28 18:27:10 -04:00
061.provider_in_parent_invokes Apply autoformat 2023-04-28 18:27:10 -04:00
062.providerref_invokes Replace equal and deepEqual with strictEqual and deepStrictEqual (#5607) 2020-10-21 10:21:47 -07:00
063.providerref_in_parent_invokes Apply autoformat 2023-04-28 18:27:10 -04:00
064.async_components Apply autoformat 2023-04-28 18:27:10 -04:00
065.large_resource Apply autoformat 2023-04-28 18:27:10 -04:00
066.replace_on_changes Add `replaceOnChanges` resource option (#7226) 2021-07-01 13:32:08 -06:00
067.native_es_module Apply autoformat 2023-04-28 18:27:10 -04:00
068.remote_component_providers [sdk/nodejs] Update langhost test for packaged component providers 2023-07-13 07:16:56 -07:00
069.ambiguous_entrypoints Apply autoformat 2023-04-28 18:27:10 -04:00
070.unusual_alias_names Apply autoformat 2023-04-28 18:27:10 -04:00
071.large_alias_counts Apply autoformat 2023-04-28 18:27:10 -04:00
072.large_alias_lineage_chains Apply autoformat 2023-04-28 18:27:10 -04:00
073.component_dependencies Apply autoformat 2023-04-28 18:27:10 -04:00
074.source_position [sdk/*] Add support for resource source positions 2023-07-13 16:46:04 -07:00