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

SameSteps can fail #14076

Merged
merged 1 commit into from Oct 13, 2023
Merged

SameSteps can fail #14076

merged 1 commit into from Oct 13, 2023

Conversation

Frassle
Copy link
Member

@Frassle Frassle commented Oct 1, 2023

Description

This should fix the panic in #13923, but will probably just cause a new error to be raised for that use case.

Checklist

  • I have run make tidy to update any new dependencies
  • I have run make lint to verify my code passes the lint check
    • I have formatted my code using gofumpt
  • I have added tests that prove my fix is effective or that my feature works
  • I have run make changelog and committed the changelog/pending/<file> documenting my change
  • Yes, there are changes in this PR that warrants bumping the Pulumi Cloud API version

@pulumi-bot
Copy link
Contributor

pulumi-bot commented Oct 1, 2023

Changelog

[uncommitted] (2023-10-04)

Bug Fixes

  • [engine] Fix a panic in the engine when same steps failed due to provider errors.
    #14076

@Frassle Frassle marked this pull request as ready for review October 4, 2023 14:46
@Frassle Frassle added this pull request to the merge queue Oct 13, 2023
Merged via the queue into master with commit 68af26a Oct 13, 2023
43 of 44 checks passed
@Frassle Frassle deleted the fraser/sameStepFail branch October 13, 2023 12:33
github-merge-queue bot pushed a commit that referenced this pull request Oct 16, 2023
### Features

- [engine] Old inputs are sent to provider Delete functions, as well as
the old outputs.
  [#14051](#14051)


### Bug Fixes

- [engine] Fix a panic in the engine when same steps failed due to
provider errors.
  [#14076](#14076)

- [engine] Engine is now more efficent about starting up provider
processes, generally saving at least one process startup per deployment.
  [#14127](#14127)

- [programgen] Fixes panic when binding the signature of
output-versioned invokes without input arguments
  [#14234](#14234)

- [sdkgen/python] Python SDK generation _configure now correctly handles
original property names for resource arguments (i.e. user provides
`propName` instead of `prop_name`).
  [#14235](#14235)
@justinvp justinvp mentioned this pull request Oct 16, 2023
github-merge-queue bot pushed a commit that referenced this pull request Oct 17, 2023
### Features

- [engine] Old inputs are sent to provider Delete functions, as well as
the old outputs.
  [#14051](#14051)


### Bug Fixes

- [engine] Fix a panic in the engine when same steps failed due to
provider errors.
  [#14076](#14076)

- [engine] Engine is now more efficent about starting up provider
processes, generally saving at least one process startup per deployment.
  [#14127](#14127)

- [programgen] Fixes panic when binding the signature of
output-versioned invokes without input arguments
  [#14234](#14234)

- [sdkgen/python] Python SDK generation _configure now correctly handles
original property names for resource arguments (i.e. user provides
`propName` instead of `prop_name`).
  [#14235](#14235)
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.

None yet

3 participants