classification
Title: Sporadic failure in test_socket
Type: behavior Stage: needs patch
Components: Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: nadeem.vawda, rosslagerwall
Priority: normal Keywords:

Created on 2012-01-26 14:36 by nadeem.vawda, last changed 2012-01-26 17:09 by rosslagerwall.

Messages (1)
msg152012 - (view) Author: Nadeem Vawda (nadeem.vawda) * (Python committer) Date: 2012-01-26 14:36
When running the test suite, I occasionally get the following failure:

    ERROR: testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/home/nadeem/code/src/cpython/def/Lib/test/test_socket.py", line 2187, in testRecvmsgEOF
        msg, ancdata, flags, addr = self.doRecvmsg(self.serv_sock, 1024)
      File "/home/nadeem/code/src/cpython/def/Lib/test/test_socket.py", line 1678, in doRecvmsg
        result = sock.recvmsg(bufsize, *args)
    OSError: [Errno 107] Transport endpoint is not connected

The machine in question is running Ubuntu 11.10 64-bit.

I haven't seen anything similar on any of the buildbots.
History
Date User Action Args
2012-01-26 17:09:27rosslagerwallsetnosy: + rosslagerwall
2012-01-26 14:36:02nadeem.vawdacreate