[Python-Dev] Green buildbot failure.

Richard Oudkerk shibturn at gmail.com
Sun Aug 11 14:27:55 CEST 2013


On 11/08/2013 11:00am, Antoine Pitrou wrote:
> You've got the answer at the bottom:
>
>    "program finished with exit code 0"
>
> So for some reason, the test suite crashed, but with a successful exit
> code. Buildbot thinks it ran fine.

Was the test terminated because it took too long?

TerminateProcess(handle, exitcode) sometimes makes the program exit with 
return code 0 instead of exitcode.  At any rate, test_multiprocessing 
contains this disabled test:

         # XXX sometimes get p.exitcode == 0 on Windows ...
         #self.assertEqual(p.exitcode, -signal.SIGTERM)

-- 
Richard



More information about the Python-Dev mailing list