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

Delay reading stdout from disk until process terminates #4619

Merged
merged 1 commit into from
Jan 7, 2016

Conversation

ctiller
Copy link
Member

@ctiller ctiller commented Jan 5, 2016

The current code reads the stdout of each running process each time it
goes through a reap() iteration, and throws it away if the process is
still running.

On Windows, where we poll for completion every 100ms, I expect this is
having a serious impact on Jenkins performance, especially for noisier
tests.

The current code reads the stdout of each running process each time it
goes through a reap() iteration, and throws it away if the process is
still running.

On Windows, where we poll for completion every 100ms, I expect this is
having a serious impact on Jenkins performance, especially for noisier
tests.
@ctiller
Copy link
Member Author

ctiller commented Jan 6, 2016

This seems good to go, and would be great for windows build stability.

@ctiller
Copy link
Member Author

ctiller commented Jan 7, 2016

Ping

@adelez
Copy link
Contributor

adelez commented Jan 7, 2016

The test failure doesn't seem to be related.

adelez added a commit that referenced this pull request Jan 7, 2016
Delay reading stdout from disk until process terminates
@adelez adelez merged commit 9ac9c12 into grpc:master Jan 7, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jan 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants