[issue17713] test_logging fails in test_compute_rollover_weekly_attime

Antoine Pitrou report at bugs.python.org
Sat Apr 13 23:04:40 CEST 2013


Antoine Pitrou added the comment:

Shaun, your patch fails if I remove the @skip decorator:

======================================================================
FAIL: test_compute_rollover_weekly_attime (test.test_logging.TimedRotatingFileHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/cpython/default/Lib/test/test_logging.py", line 3989, in test_compute_rollover_weekly_attime
    self.assertEqual(actual, expected)
AssertionError: 388800 != 302400


On the other hand, the original test works fine here. I guess the diagnosing isn't complete yet :-)

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list