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

process: revert test_cat to use blocking I/O #4854

Merged
merged 1 commit into from
Jul 23, 2022
Merged

Conversation

ipetkov
Copy link
Member

@ipetkov ipetkov commented Jul 23, 2022

Now that the issue has been resolved with doing async I/O with child processes, we can revert our testing cat process to using blocking I/O as before (i.e. test how most child processes would handle I/O by default)

Fixes #4802

@ipetkov ipetkov added A-tokio Area: The main tokio crate M-process Module: tokio/process labels Jul 23, 2022
@ipetkov ipetkov merged commit 94a7eae into master Jul 23, 2022
@ipetkov ipetkov deleted the ivan/process-cat branch July 23, 2022 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate M-process Module: tokio/process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

process: fix tokio process abort issues on windows
2 participants