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

docker: attempt to fix intermittently uncaptured output #16766

Closed

Conversation

tdyas
Copy link
Contributor

@tdyas tdyas commented Sep 3, 2022

A WIP non-working attempt to fix #16749 by trying to consume any remaining output from the container's output stream. Times out in tests because Docker does not close the output stream even after the container has exited.

Tom Dyas added 2 commits September 2, 2022 17:16
[ci skip-build-wheels]
[ci skip-build-wheels]
@tdyas tdyas added the category:bugfix Bug fixes for released features label Sep 3, 2022
tdyas pushed a commit that referenced this pull request Sep 7, 2022
Capture output from Docker containers once the container has exited. This works-around the issue that #16766 tried to fix when streaming output that the output stream does not close even after the container exits.

[ci skip-build-wheels]
@tdyas
Copy link
Contributor Author

tdyas commented Sep 11, 2022

This PR is now moot given the Docker command runner now uses "executions" to run build actions.

@tdyas tdyas closed this Sep 11, 2022
@tdyas tdyas deleted the docker_fix_output_capture_timing_bug branch September 11, 2022 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bugfix Bug fixes for released features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docker command runner env tests are flaky
1 participant