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

binary-env: Waiting for WaitGroup before cmd is released #340

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

jaynis
Copy link
Contributor

@jaynis jaynis commented May 17, 2024

I added a wg.Wait() to assure all pipes are read before they are released by cmd.Wait() (see here). Since all the other WaitGroup logic is already there I assume this simply has been missed.

fixes #339

@jaynis jaynis changed the title waiting for WaitGroup before cmd is released binary-env: Waiting for WaitGroup before cmd is released May 17, 2024
@sanketsudake
Copy link
Member

@Mergifyio rebase

Copy link

mergify bot commented Aug 24, 2024

rebase

✅ Branch has been successfully rebased

@sanketsudake
Copy link
Member

Merging PR. @soharab-ic we will release with merged changes.

@sanketsudake sanketsudake merged commit e69bb96 into fission:master Aug 26, 2024
12 checks passed
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.

binary-env intermittently fails to read from stdout/stderr pipe of spawned subprocess
3 participants