Message73452
| 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. |
|