[issue9310] Intermittent failures in test_logging

2010-07-20 Thread Vinay Sajip
Vinay Sajip added the comment: Whoops, sorry I missed this. Backport checked into release26-maint (r83000). -- assignee: -> vinay.sajip resolution: -> fixed status: open -> closed ___ Python tracker _

[issue9310] Intermittent failures in test_logging

2010-07-20 Thread Stefan Krah
Changes by Stefan Krah : -- resolution: invalid -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue9310] Intermittent failures in test_logging

2010-07-20 Thread Stefan Krah
Stefan Krah added the comment: Actually it looks the same as issue 8201. If test_lib2to3 is run before test_logging, test_logging fails. Perhaps backporting the patch will help. -- keywords: +patch Added file: http://bugs.python.org/file18086/issue8201-release26-maint.patch _

[issue9310] Intermittent failures in test_logging

2010-07-20 Thread Vinay Sajip
Changes by Vinay Sajip : -- assignee: vinay.sajip -> status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue9310] Intermittent failures in test_logging

2010-07-20 Thread Vinay Sajip
Vinay Sajip added the comment: I'm not convinced that this is an error in logging or test_logging. There are no special Unicode keys in the list being sorted AFAIK, and no reason why the sort() should fail. It's more likely to be some problem in the collation code relating to UCS-4 builds. -

[issue9310] Intermittent failures in test_logging

2010-07-19 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> vinay.sajip nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue9310] Intermittent failures in test_logging

2010-07-19 Thread Stefan Krah
New submission from Stefan Krah : Seemingly random failures in test_logging on 2.6/ubuntu-wide. See: http://www.python.org/dev/buildbot/builders/AMD64 Ubuntu wide 2.6/builds/777 [fail] http://www.python.org/dev/buildbot/builders/AMD64 Ubuntu wide 2.6/builds/778 [ok]