This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients ezio.melotti, vinay.sajip
Date 2013-03-08.05:02:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362718964.15.0.969959880572.issue17384@psf.upfronthosting.co.za>
In-reply-to
Content
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 7e8184

Only the Windows buildbots on 3.x seems to be affected.  The failing tests were introduced in #11557.

See e.g.:
http://buildbot.python.org/builders/x86%20XP-5%203.x/builds/1946/steps/test/logs/stdio

======================================================================
ERROR: test_filemode (test.test_logging.BasicConfigTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\Buildslave\3.x.moore-windows\build\lib\unittest\case.py", line 385, in _executeTestPart
    function()
  File "D:\Buildslave\3.x.moore-windows\build\lib\unittest\case.py", line 484, in <lambda>
    part = lambda: function(*args, **kwargs)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'test.log'

======================================================================
ERROR: test_filename (test.test_logging.BasicConfigTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\Buildslave\3.x.moore-windows\build\lib\unittest\case.py", line 385, in _executeTestPart
    function()
  File "D:\Buildslave\3.x.moore-windows\build\lib\unittest\case.py", line 484, in <lambda>
    part = lambda: function(*args, **kwargs)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'test.log'

----------------------------------------------------------------------
Ran 145 tests in 7.234s

FAILED (errors=2, skipped=2)
History
Date User Action Args
2013-03-08 05:02:44ezio.melottisetrecipients: + ezio.melotti, vinay.sajip
2013-03-08 05:02:44ezio.melottisetmessageid: <1362718964.15.0.969959880572.issue17384@psf.upfronthosting.co.za>
2013-03-08 05:02:44ezio.melottilinkissue17384 messages
2013-03-08 05:02:43ezio.melotticreate