This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients python-dev, vstinner
Date 2011-07-14.00:37:20
SpamBayes Score 4.482503e-05
Marked as misclassified No
Message-id <1310603841.58.0.735102113971.issue12550@psf.upfronthosting.co.za>
In-reply-to
Content
My patch doesn't work: the traceback is not printed:
--------------------------
$ ./python -m test -v -u network -F test_threadsignals
(...)
[106] test_socketserver
(...)
test_UnixStreamServer (test.test_socketserver.SocketServerTest) ... creating server
ADDR = /tmp/unix_socket.wuwy8y
CLASS = <class 'socketserver.UnixStreamServer'>
server running
test client 0
test client 1
test client 2
waiting for server
done
ok
test_shutdown (test.test_socketserver.SocketServerTest) ... Alarm clock: 14
--------------------------

SocketServerTest uses a timeout of 20 seconds implemented using signal.alarm(). I suppose that the timeout is too small for this very slow buildbot.
History
Date User Action Args
2011-07-14 00:37:21vstinnersetrecipients: + vstinner, python-dev
2011-07-14 00:37:21vstinnersetmessageid: <1310603841.58.0.735102113971.issue12550@psf.upfronthosting.co.za>
2011-07-14 00:37:21vstinnerlinkissue12550 messages
2011-07-14 00:37:20vstinnercreate