Repeated hangs during "make test"

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?

2012/4/24 Edward C. Jones <edcjones@comcast.net>:
Can you investigate what is blocked in the test? Can you at least provide a traceback? You may try the timeout option of -m test. Example: $ ./python -m test --timeout=60 # seconds
What is going on?
I'm unable to reproduce the bug, so I cannot help you :-( Victor

2012/4/24 Edward C. Jones <edcjones@comcast.net>:
Can you investigate what is blocked in the test? Can you at least provide a traceback? You may try the timeout option of -m test. Example: $ ./python -m test --timeout=60 # seconds
What is going on?
I'm unable to reproduce the bug, so I cannot help you :-( Victor
participants (3)
-
Antoine Pitrou
-
Edward C. Jones
-
Victor Stinner