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

Antoine Pitrou solipsis at pitrou.net
Tue Apr 24 23:00:26 CEST 2012


On Tue, 24 Apr 2012 12:05:46 -0400
"Edward C. Jones" <edcjones at comcast.net> wrote:
> 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.

Remember to pass "-uall" when running tests with "./python -m test
[something]".
Otherwise some test cases get skipped.

Regards

Antoine.




More information about the Python-Dev mailing list