-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
test_subprocess: test_pipesize_default() failed on s390x Fedora Clang 3.x buildbot #110184
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
Comments
New fail on s390x Fedora Refleaks 3.x: https://buildbot.python.org/all/#/builders/433/builds/902 |
For proc.stdin, get the size of the read end of the pipe. Use subprocess context manager ("with proc:").
For proc.stdin, get the size of the read end of the test pipe. Use subprocess context manager ("with proc:").
) For proc.stdin, get the size of the read end of the test pipe. Use subprocess context manager ("with proc:"). (cherry picked from commit d023d41) Co-authored-by: Victor Stinner <[email protected]>
) For proc.stdin, get the size of the read end of the test pipe. Use subprocess context manager ("with proc:"). (cherry picked from commit d023d41) Co-authored-by: Victor Stinner <[email protected]>
…110471) gh-110184: Fix subprocess test_pipesize_default() (GH-110465) For proc.stdin, get the size of the read end of the test pipe. Use subprocess context manager ("with proc:"). (cherry picked from commit d023d41) Co-authored-by: Victor Stinner <[email protected]>
…110472) gh-110184: Fix subprocess test_pipesize_default() (GH-110465) For proc.stdin, get the size of the read end of the test pipe. Use subprocess context manager ("with proc:"). (cherry picked from commit d023d41) Co-authored-by: Victor Stinner <[email protected]>
Oh. It seems like the test failed again when PR gh-110441 got merged: https://buildbot.python.org/all/#/builders/531/builds/4639 It's surprising since the test passed before.
|
The manual page says: https://man7.org/linux/man-pages/man2/fcntl.2.html
and:
|
I didn't see the failure failure recently on s390x Fedora Clang 3.x, so I close the issue. |
For proc.stdin, get the size of the read end of the test pipe. Use subprocess context manager ("with proc:").
s390x Fedora Clang 3.x buildbot:
build: https://buildbot.python.org/all/#/builders/3/builds/4728
Linked PRs
The text was updated successfully, but these errors were encountered: