New submission from markmcclain <m...@mcclain.xyz>:

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 socket's contents.

Either the test needs to make recvfrom non-blocking with a timeout/retry loop 
or ensure data is sent prior to allowing the server to proceed.

----------
components: Tests
messages: 329914
nosy: markmcclain
priority: normal
severity: normal
status: open
title: test.test_socket.RDSTest.testPeek hangs indefinitely
type: behavior
versions: Python 3.4, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35247>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to