[issue2163] test_socket is flakey

2008-02-25 Thread Guido van Rossum
Guido van Rossum added the comment: It seems to work now for me too. I'll keep an eye out though. -- resolution: -> works for me status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue2163] test_socket is flakey

2008-02-25 Thread Michael Otteneder
Michael Otteneder added the comment: I'm not able to reproduce this with latest svn on OS X 10.5.2. test_socket never fails. -- nosy: +motteneder __ Tracker <[EMAIL PROTECTED]> __

[issue2163] test_socket is flakey

2008-02-22 Thread Guido van Rossum
New submission from Guido van Rossum: I find that test_socket fails regularly (but not always) when run via "regrtest.py -uall". The message is always "socket is not connected" but it's unclear from which test it comes -- all I know is that it comes from tearDown() on line 123. (This may be a pr