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

[change] add async and sync output processors #288

Merged
merged 2 commits into from Sep 2, 2022

Conversation

steveniemitz
Copy link
Contributor

#279 re-introduced a bug on linux where the OutputProcessor can hang for up to 45 seconds waiting for the process (which has already existed) to exit.

This change adds a different type of OutputProcessor for commands that need to wait (bazel info, etc) to receive the full output, vs ones that don't (piping the build logs to the output handlers).

@steveniemitz
Copy link
Contributor Author

is this good to land? I'm going to follow up with another review that uses BEP to get the workspace and execution roots, which will let us remove the sync version completely.

@abrams27
Copy link
Member

abrams27 commented Sep 2, 2022

yea, sorry i forgot about this PR

@abrams27 abrams27 changed the title add async and sync output processors [change] add async and sync output processors Sep 2, 2022
@abrams27 abrams27 merged commit 4791800 into JetBrains:master Sep 2, 2022
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