[issue12068] test_logging failure in test_rollover

Antoine Pitrou report at bugs.python.org
Fri May 13 00:02:12 CEST 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

This has started popping up on several buildbots:


======================================================================
FAIL: test_rollover (test.test_logging.TimedRotatingFileHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_logging.py", line 3529, in test_rollover
    self.assertTrue(found, msg=msg)
AssertionError: False is not true : No rotated files found, went back 1 seconds

(http://www.python.org/dev/buildbot/all/builders/x86%20Gentoo%203.x/builds/101/steps/test/logs/stdio)

----------
assignee: vinay.sajip
components: Tests
messages: 135874
nosy: pitrou, vinay.sajip
priority: high
severity: normal
stage: needs patch
status: open
title: test_logging failure in test_rollover
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12068>
_______________________________________


More information about the Python-bugs-list mailing list