[issue11504] test_subprocess failure

2011-06-03 Thread Ross Lagerwall
Ross Lagerwall added the comment: All stable buildbots appear to be green, so closing... -- nosy: +rosslagerwall resolution: -> fixed status: open -> closed ___ Python tracker

[issue11504] test_subprocess failure

2011-03-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Thanks for spotting these. Is there an easier way for me to be > notified if these particular tests fail? Not really. There is no infrastructure to notify test failures to specific e-mails depending on which test failed. > Some of these are not in the "st

[issue11504] test_subprocess failure

2011-03-16 Thread Reid Kleckner
Reid Kleckner added the comment: :( Thanks for spotting these. Is there an easier way for me to be notified if these particular tests fail? Some of these are not in the "stable" builder set. Sorry to leave the builders broken for so long. I just upped the timeouts to 3 seconds. I guess t

[issue11504] test_subprocess failure

2011-03-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: Other failures on the Sparc debian buildbot (which is quite slow): == ERROR: test_wait_timeout (test.test_subprocess.ProcessTestCase) ---

[issue11504] test_subprocess failure

2011-03-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: There seems to be another kind, sporadic, of failure on the same buildbot: test test_subprocess failed -- Traceback (most recent call last): File "/home2/buildbot2/slave/3.x.loewis-parallel/build/Lib/test/test_subprocess.py", line 626, in test_wait_timeout

[issue11504] test_subprocess failure

2011-03-14 Thread Reid Kleckner
Reid Kleckner added the comment: I increased the timeout in [fd2b3eac6756] and the buildbot is passing now: http://python.org/dev/buildbot/all/builders/x86%20debian%20parallel%203.x -- status: open -> closed ___ Python tracker

[issue11504] test_subprocess failure

2011-03-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: > It seems reasonable to me that the interpreter should be able to > initialize and write to stdout in less than half a second Well, we have some very slow buildbots and others which seem quite loaded too. (this one should be very fast but perhaps there's some

[issue11504] test_subprocess failure

2011-03-14 Thread Reid Kleckner
Reid Kleckner added the comment: I can't reproduce this. I've tested on: 64-bit Linux (Debian lenny) OS X 10.6 Windows Vista 32-bit It seems reasonable to me that the interpreter should be able to initialize and write to stdout in less than half a second, but it seems to be failing consistentl

[issue11504] test_subprocess failure

2011-03-14 Thread Antoine Pitrou
New submission from Antoine Pitrou : http://www.python.org/dev/buildbot/all/builders/x86%20debian%20parallel%203.x/builds/1678/steps/test/logs/stdio == FAIL: test_check_output_timeout (test.test_subprocess.ProcessTestCase) ---