This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ixokai
Recipients ixokai, kristjan.jonsson, pitrou
Date 2010-10-30.20:09:59
SpamBayes Score 1.221236e-05
Marked as misclassified No
Message-id <1288469401.59.0.982344169422.issue10237@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, my snow leopard slave isn't slow at all so I doubt there's a timeout related to machine speed going on here, as its failing thus:

test test_threading failed -- Traceback (most recent call last):
  File "/Users/pythonbuildbot/buildarea/3.x.hansen-osx-x86/build/Lib/test/lock_tests.py", line 784, in test_default_timeout
    self.run_threads(f)
  File "/Users/pythonbuildbot/buildarea/3.x.hansen-osx-x86/build/Lib/test/lock_tests.py", line 615, in run_threads
    f()
  File "/Users/pythonbuildbot/buildarea/3.x.hansen-osx-x86/build/Lib/test/lock_tests.py", line 783, in f
    self.assertRaises(threading.BrokenBarrierError, self.barrier.wait)
AssertionError: BrokenBarrierError not raised by wait

Its actually a really spammy sort of failure with a lot of errors before it, which may or may not shed more light on the situation: http://www.python.org/dev//buildbot/3.x.stable/builders/x86%20Snow%20Leopard%203.x/builds/267/steps/test/logs/stdio

This was r85883, so after the increase in the timeout.
History
Date User Action Args
2010-10-30 20:10:01ixokaisetrecipients: + ixokai, pitrou, kristjan.jonsson
2010-10-30 20:10:01ixokaisetmessageid: <1288469401.59.0.982344169422.issue10237@psf.upfronthosting.co.za>
2010-10-30 20:10:00ixokailinkissue10237 messages
2010-10-30 20:09:59ixokaicreate