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

fix(pulumi): fix process spawn machinery in Pulumi plugin #6377

Merged
merged 4 commits into from
Aug 15, 2024

Conversation

thsig
Copy link
Collaborator

@thsig thsig commented Aug 13, 2024

Which issue(s) this PR fixes:

This PR simplifies the machinery of spawning oulumi CLI process and streaming its logs.

Now it uses spawnAndWait as many other external tools and supplies a logStream as stdout and stderr to stream the logs to the Cloud.

Which issue(s) this PR fixes:

Fixes #6322

Special notes for your reviewer:

@thsig thsig force-pushed the fix-pulumi-proc-management branch from 74e8283 to b17cb0f Compare August 13, 2024 09:26
@stefreak stefreak marked this pull request as draft August 13, 2024 11:44
@vvagaytsev vvagaytsev force-pushed the fix-pulumi-proc-management branch from 52a1f9e to e2deb8b Compare August 15, 2024 10:42
@vvagaytsev vvagaytsev changed the title fix(pulumi): attempt to fix unhandled I/O error fix(pulumi): fix process spawn machinery in Pulumi plugin Aug 15, 2024
@vvagaytsev vvagaytsev marked this pull request as ready for review August 15, 2024 11:34
Copy link
Collaborator

@twelvemo twelvemo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 happy to see this fixed!

@vvagaytsev vvagaytsev added this pull request to the merge queue Aug 15, 2024
Merged via the queue into main with commit 76bdbec Aug 15, 2024
40 checks passed
@vvagaytsev vvagaytsev deleted the fix-pulumi-proc-management branch August 15, 2024 12:20
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.

crashing with SYNCHRONOUS TERMINATION NOTICE error
3 participants