Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't set inputs to empty if inputs was undefined #14803

Merged
merged 1 commit into from Dec 12, 2023

Conversation

Frassle
Copy link
Member

@Frassle Frassle commented Dec 8, 2023

Description

Fixes #14819.

NodeJS providers started returning empty inputs rather than unknown inputs from Read.

@Frassle Frassle marked this pull request as ready for review December 8, 2023 16:42
@pulumi-bot
Copy link
Contributor

pulumi-bot commented Dec 8, 2023

Changelog

[uncommitted] (2023-12-11)

Bug Fixes

  • [sdk/nodejs] Fix a bug in nodejs providers returning empty inputs on read.
    #14803

@lukehoban
Copy link
Member

Are there tests we can add here? The original PR that introduced this was also missing tests, feels like coverage for the desired state of this capability is needed.

Reported on slack.

Is there an issue tracking this? Would love to have a record of the problem that was fixed here.

@Frassle Frassle added this pull request to the merge queue Dec 11, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 11, 2023
@Frassle
Copy link
Member Author

Frassle commented Dec 11, 2023

Is there an issue tracking this?

Linked to #14819

Are there tests we can add here?

In this PR, probably not in a valuable way. But I think we can do something like the conformance testing but for the provider interfaces pretty simply to cover this.

@Frassle Frassle added this pull request to the merge queue Dec 11, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 11, 2023
@Frassle Frassle added this pull request to the merge queue Dec 12, 2023
Merged via the queue into master with commit 4659e05 Dec 12, 2023
45 checks passed
@Frassle Frassle deleted the fraser/fixNodeProvider branch December 12, 2023 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@pulumi/pulumi 3.95.0 regressed in combination with @pulumi/eks
4 participants