[issue12151] test_logging fails sometimes

2012-03-09 Thread Vinay Sajip
Vinay Sajip vinay_sa...@yahoo.co.uk added the comment: After an increase to a delay in the test(1.01 - 1.1 seconds) the problem seems to have disappeared. So closing for now, since this error appears not to have occurred over a period of a few days. -- resolution: - fixed status:

[issue12151] test_logging fails sometimes

2012-03-05 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 0457fb8bf39c by Vinay Sajip in branch 'default': Added more diagnostics for diagnosing #12151. http://hg.python.org/cpython/rev/0457fb8bf39c -- ___ Python tracker

[issue12151] test_logging fails sometimes

2012-03-05 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset a495c41c1e13 by Vinay Sajip in branch 'default': Issue #12151: Added more info to diagnostics. http://hg.python.org/cpython/rev/a495c41c1e13 -- ___ Python tracker

[issue12151] test_logging fails sometimes

2012-02-28 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset ce0b9b1328d4 by Vinay Sajip in branch 'default': Added additional diagnostics to help with #12151. http://hg.python.org/cpython/rev/ce0b9b1328d4 -- ___ Python tracker

[issue12151] test_logging fails sometimes

2012-02-27 Thread Nadeem Vawda
Nadeem Vawda nadeem.va...@gmail.com added the comment: A similar failure to msg136576 has cropped up on the Windows 7 bot: http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.x/builds/4469/steps/test/logs/stdio -- nosy: +nadeem.vawda

[issue12151] test_logging fails sometimes

2012-02-27 Thread Vinay Sajip
Vinay Sajip vinay_sa...@yahoo.co.uk added the comment: A similar failure to msg136576 has cropped up on the Windows 7 bot: http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.x/builds/4469/steps/test/logs/stdio Right. Not making excuses, but this one is rather hard to find,

[issue12151] test_logging fails sometimes

2012-02-27 Thread Nadeem Vawda
Nadeem Vawda nadeem.va...@gmail.com added the comment: Not making excuses, but this one is rather hard to find, as it's pretty hard to reproduce. That's why I haven't made any progress :-( Yeah, not having a reproducible test case is quite a pain. (I suppose this should be reopened if the

[issue12151] test_logging fails sometimes

2011-05-30 Thread Vinay Sajip
Vinay Sajip vinay_sa...@yahoo.co.uk added the comment: The last change appears to have fixed the problem; AFAIK there have been no test_logging failures on the buildbots for several days. -- resolution: - fixed status: open - closed ___ Python

[issue12151] test_logging fails sometimes

2011-05-30 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: The last change appears to have fixed the problem; AFAIK there have been no test_logging failures on the buildbots for several days. Great job, thanks! -- ___ Python tracker

[issue12151] test_logging fails sometimes

2011-05-24 Thread Vinay Sajip
Changes by Vinay Sajip vinay_sa...@yahoo.co.uk: -- assignee: - vinay.sajip ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12151 ___ ___

[issue12151] test_logging fails sometimes

2011-05-23 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Victor, you just did what a recent discussion on python-dev strongly recommended not to do: you used ambiguous present tense in your commit message. “test_logging writes debug messages to stderr, not stdout” does not say whether it is the

[issue12151] test_logging fails sometimes

2011-05-23 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Here's another (unrelated?) failure: http://www.python.org/dev/buildbot/all/builders/x86%20Gentoo%203.x/builds/173/steps/test/logs/stdio [ 43/355] test_logging Traceback (most recent call last):

[issue12151] test_logging fails sometimes

2011-05-23 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 7980838e2f55 by Vinay Sajip in branch 'default': Issue #12151: Added diagnostics to help diagnose intermittent socket errors. http://hg.python.org/cpython/rev/7980838e2f55 -- ___ Python

[issue12151] test_logging fails sometimes

2011-05-23 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 9ea03afc81f4 by Vinay Sajip in branch 'default': Issue #12151: Correction to diagnostic code. http://hg.python.org/cpython/rev/9ea03afc81f4 -- ___ Python tracker rep...@bugs.python.org

[issue12151] test_logging fails sometimes

2011-05-23 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 1b1471d50b9e by Vinay Sajip in branch 'default': Issue #12151: Test now ignores datagram socket errors after server is closed. http://hg.python.org/cpython/rev/1b1471d50b9e -- ___ Python

[issue12151] test_logging fails sometimes

2011-05-22 Thread STINNER Victor
New submission from STINNER Victor victor.stin...@haypocalc.com: test_logging does sometimes fail. A recent example on Windows XP: http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/4645/steps/test/logs/stdio test test_logging failed -- Traceback (most recent call last):

[issue12151] test_logging fails sometimes

2011-05-22 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 54ffc01b6cc2 by Victor Stinner in branch 'default': Issue #12151: test_logging writes debug messages to stderr, not stdout http://hg.python.org/cpython/rev/54ffc01b6cc2 -- nosy: +python-dev