-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
test_asyncio.test_subprocess: test_stdin_broken_pipe() failed on GHA Windows x64 CI #109709
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
Labels
Comments
|
I already saw this bug in the past:
|
|
The issue can be reproduced on FreeBSD with: |
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 22, 2023
Replace harcoded sleep of 500 ms with synchronization using a pipe.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 22, 2023
Replace harcoded sleep of 500 ms with synchronization using a pipe.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 22, 2023
Replace harcoded sleep of 500 ms with synchronization using a pipe.
Closed
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 22, 2023
Replace harcoded sleep of 500 ms with synchronization using a pipe. Fix also Process._feed_stdin(): catch also BrokenPipeError on stdin.write(input), not only on stdin.drain().
vstinner
added a commit
that referenced
this issue
Sep 22, 2023
Replace harcoded sleep of 500 ms with synchronization using a pipe. Fix also Process._feed_stdin(): catch also BrokenPipeError on stdin.write(input), not only on stdin.drain().
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 22, 2023
Replace harcoded sleep of 500 ms with synchronization using a pipe. Fix also Process._feed_stdin(): catch also BrokenPipeError on stdin.write(input), not only on stdin.drain(). (cherry picked from commit cbbdf2c) Co-authored-by: Victor Stinner <vstinner@python.org>
This was referenced Sep 22, 2023
csm10495
pushed a commit
to csm10495/cpython
that referenced
this issue
Sep 28, 2023
Replace harcoded sleep of 500 ms with synchronization using a pipe. Fix also Process._feed_stdin(): catch also BrokenPipeError on stdin.write(input), not only on stdin.drain().
Yhg1s
pushed a commit
that referenced
this issue
Oct 2, 2023
…109731) gh-109709: Fix asyncio test_stdin_broken_pipe() (GH-109710) Replace harcoded sleep of 500 ms with synchronization using a pipe. Fix also Process._feed_stdin(): catch also BrokenPipeError on stdin.write(input), not only on stdin.drain(). (cherry picked from commit cbbdf2c) Co-authored-by: Victor Stinner <vstinner@python.org>
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Replace harcoded sleep of 500 ms with synchronization using a pipe. Fix also Process._feed_stdin(): catch also BrokenPipeError on stdin.write(input), not only on stdin.drain().
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
build: https://github.com/python/cpython/actions/runs/6268408487/job/17024556425?pr=109701
cc @sorcio
Linked PRs
The text was updated successfully, but these errors were encountered: