[issue12068] test_logging failure in test_rollover

2011-05-30 Thread Vinay Sajip
Vinay Sajip added the comment: There appear to have been no test_logging failures on the buildbots for around a week, so closing this issue. A change to ignore socket errors when the server was closed appears to have done the trick. -- resolution: -> fixed status: pending -> closed

[issue12068] test_logging failure in test_rollover

2011-05-19 Thread Vinay Sajip
Vinay Sajip added the comment: It's not the same error, but there's no point opening another issue for it. The earlier error occurred more frequently, and was specifically due to some changes I made, whereas this error hasn't occurred before and appears to be due to some sort of network glitc

[issue12068] test_logging failure in test_rollover

2011-05-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Still happens sometimes: http://www.python.org/dev/buildbot/all/builders/x86%20Gentoo%203.x/builds/133/steps/test/logs/stdio Traceback (most recent call last): File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/soc

[issue12068] test_logging failure in test_rollover

2011-05-13 Thread Vinay Sajip
Changes by Vinay Sajip : -- resolution: duplicate -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue12068] test_logging failure in test_rollover

2011-05-13 Thread Vinay Sajip
Changes by Vinay Sajip : -- resolution: -> duplicate status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue12068] test_logging failure in test_rollover

2011-05-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 660a4a6dc2cd by Vinay Sajip in branch 'default': Issue #12068: Fix appears to have worked; added more diagnostics for rare failures. http://hg.python.org/cpython/rev/660a4a6dc2cd -- nosy: +python-dev __

[issue12068] test_logging failure in test_rollover

2011-05-12 Thread Antoine Pitrou
New submission from Antoine Pitrou : This has started popping up on several buildbots: == FAIL: test_rollover (test.test_logging.TimedRotatingFileHandlerTest)