[issue17384] test_logging failures on Windows

2013-03-09 Thread Ezio Melotti
Ezio Melotti added the comment: Confirmed, thanks for fixing this! -- stage: needs patch -> committed/rejected ___ Python tracker ___

[issue17384] test_logging failures on Windows

2013-03-08 Thread Vinay Sajip
Vinay Sajip added the comment: Closing, as the errors seem to have gone away after the cleanup update. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue17384] test_logging failures on Windows

2013-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 85325bce9982 by Vinay Sajip in branch 'default': Issue #17384: Consolidated cleanup operations in tests. http://hg.python.org/cpython/rev/85325bce9982 -- nosy: +python-dev ___ Python tracker

[issue17384] test_logging failures on Windows

2013-03-08 Thread Vinay Sajip
Vinay Sajip added the comment: I'm not sure it's related to #11557 - it's more likely to be my changes last week to fix #17313, where I changed those tests to add self.addCleanup(os.remove, 'test.log') There's also an addCleanup that closes the handler which opens the file, which should close

[issue17384] test_logging failures on Windows

2013-03-07 Thread Ezio Melotti
Changes by Ezio Melotti : -- components: +Tests type: enhancement -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue17384] test_logging failures on Windows

2013-03-07 Thread Ezio Melotti
New submission from Ezio Melotti: test_logging is failing on some buildbots: test_logging::AMD64 Windows7 SP1 3.x a0b750 42970c 9aafc0 test_logging::x86 Windows Server 2003 [SB] 3.x 9aafc0 6b69c1 c261b7 test_logging::x86 XP-4 3.x 6b69c1 c261b7 test_logging::x86 XP-5 3.x c261b7