[issue35247] test.test_socket.RDSTest.testPeek hangs indefinitely

2020-09-21 Thread STINNER Victor
STINNER Victor added the comment: I don't know what is RDS. How can I enable it on my Fedora? 10:54:43 vstinner@apu$ ./python -m test test_socket -m RDSTest -v testPeek (test.test_socket.RDSTest) ... skipped 'RDS sockets required for this test.' testSelect (test.test_socket.RDSTest) ... skip

[issue35247] test.test_socket.RDSTest.testPeek hangs indefinitely

2020-09-20 Thread Jáchym Barvínek
Jáchym Barvínek added the comment: I am experiencing the same issue when trying to build the ArchLinux python package. Not sure how to reproduce, but I can provide specific details of my system if requested. -- nosy: +Jáchym Barvínek ___ Python tra

[issue35247] test.test_socket.RDSTest.testPeek hangs indefinitely

2020-08-03 Thread STINNER Victor
STINNER Victor added the comment: I cannot debug this issue on Fedora 32, since RDS sockets are not supported: $ ./python -m test test_socket -m test.test_socket.RDSTest.testPeek -v (...) testPeek (test.test_socket.RDSTest) ... skipped 'RDS sockets required for this test.' (...) --

[issue35247] test.test_socket.RDSTest.testPeek hangs indefinitely

2020-07-14 Thread Michał Górny
Michał Górny added the comment: I can reproduce test_socket hanging in 2 out of 3 runs. However, in my case testPeek doesn't seem to be the (only) culprit. Disabling whole RDSTest helps. -- nosy: +mgorny ___ Python tracker

[issue35247] test.test_socket.RDSTest.testPeek hangs indefinitely

2020-01-16 Thread Kresimir Kumericki
Kresimir Kumericki added the comment: Sorry if this necrobumping is inappropriate, but I just experienced the same issue of test.test_socket.RDSTest.testPeek() hanging indefinitely, while trying to recompile Python 3.8.1 on Arch Linux. -- nosy: +kkumer versions: +Python 3.8 -Python 3

[issue35247] test.test_socket.RDSTest.testPeek hangs indefinitely

2018-11-14 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +pablogsal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue35247] test.test_socket.RDSTest.testPeek hangs indefinitely

2018-11-14 Thread STINNER Victor
STINNER Victor added the comment: FYI I removed RDSTest.testCongestion() in bpo-34587. > test.test_socket.RDSTest.testPeek() can hang indefinitely. Any advice to explain how to reproduce the issue? Can you try to put a sleep() somewhere to make the race condition more likely? -- nos

[issue35247] test.test_socket.RDSTest.testPeek hangs indefinitely

2018-11-14 Thread markmcclain
New submission from markmcclain : test.test_socket.RDSTest.testPeek() can hang indefinitely. ThreadableTest attempts to ensure ordering of operations, but allows both the client and server to proceed without guaranteeing that the data is sent prior to the blocking attempt to peek at the socke