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 mhammond
Recipients barry, benjamin.peterson, gregory.p.smith, jcea, mhammond, ocean-city, trent
Date 2008-09-20.01:18:05
SpamBayes Score 8.3598756e-08
Marked as misclassified No
Message-id <1221873486.69.0.377924354525.issue3892@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, I've decided to leave it alone.  The buildbots most recent
failure was:

test test_bsddb3 failed -- Traceback (most recent call last):
  File
"S:\buildbots\python\trunk.nelson-windows\build\lib\bsddb\test\test_replication.py",
line 315, in test01_basic_replication
    self.assertTrue(time.time()<timeout)
AssertionError

But I can't repro that - instead, I now see:

Traceback (most recent call last):
  File "o:\src\python-svn\lib\bsddb\test\test_lock.py", line 127, in
test03_lock_timeout
    self.assertTrue((end_time-start_time) >= 0.1)
AssertionError

So I go back to the windows buildbots and they are all green!!  So any
remaining issues appear truly transient and don't seem to be restricted
to a single place.  I can't think of an obvious improvement to make here.
History
Date User Action Args
2008-09-20 01:18:07mhammondsetrecipients: + mhammond, barry, gregory.p.smith, jcea, ocean-city, benjamin.peterson, trent
2008-09-20 01:18:06mhammondsetmessageid: <1221873486.69.0.377924354525.issue3892@psf.upfronthosting.co.za>
2008-09-20 01:18:06mhammondlinkissue3892 messages
2008-09-20 01:18:05mhammondcreate