[Python-Dev] Repeated hangs during "make test"

Edward C. Jones edcjones at comcast.net
Tue Apr 24 18:05:46 CEST 2012


CPython 3.3.0a2 (default, Apr 24 2012, 10:47:03) [GCC 4.4.5]
Linux-2.6.32-5-amd64-x86_64-with-debian-6.0.4 little-endian

Ran "make test".  Hung during test_socket.  Used CNTL-C to exit the test.
test_ssl failed.  Ran "./python -m test -v test_ssl".  Test ok. Ran
"./python -m test -v test_socket" which was ok.

Ran "make test" again.  Hung during test_concurrent_futures.  Used CNTL-C to
exit test_concurrent_futures.  test_ssl failed.  Ran
"./python -m test -v test_ssl".  Test ok.

Ran "make test" a third time.  Hung during test_io.  Used CNTL-C to
exit test_io.  test_ssl failed.  Ran "./python -m test -v test_ssl".  
Test ok.

Did it again.  Same behavior except the hang is in test_buffer.

And again for test_httpservers.

What is going on?



More information about the Python-Dev mailing list