]> granicus.if.org Git - python/commit
The hppa ubuntu box sometimes hangs forever in these tests. My guess
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 18 Jun 2006 19:37:40 +0000 (19:37 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 18 Jun 2006 19:37:40 +0000 (19:37 +0000)
commit10b835c40155bf3ff79839377a869742970e064f
tree60274a57185529bae4aecf6227821e7311ae3afd
parent9602cc2aa43e489a61df800013bc7767094ede91
The hppa ubuntu box sometimes hangs forever in these tests.  My guess
is that the wait is failing for some reason.  Use WNOHANG, so we won't
wait until the buildbot kills the test suite.

I haven't been able to reproduce the failure, so I'm not sure if
this will help or not.  Hopefully, this change will cause the test
to fail, rather than hang.  That will be better since we will get
the rest of the test results.  It may also help us debug the real problem.
Lib/test/fork_wait.py
Lib/test/test_fork1.py
Lib/test/test_wait3.py
Lib/test/test_wait4.py