[Python-Dev] cpython: test_logging coverage improvements.

Antoine Pitrou solipsis at pitrou.net
Tue Apr 26 20:00:03 CEST 2011


On Tue, 26 Apr 2011 19:43:12 +0200
vinay.sajip <python-checkins at python.org> wrote:

> http://hg.python.org/cpython/rev/ababe8a73327
> changeset:   69575:ababe8a73327
> user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
> date:        Tue Apr 26 18:43:05 2011 +0100
> summary:
>   test_logging coverage improvements.

Apparently produces some failures:

======================================================================
FAIL: test_time (test.test_logging.FormatterTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_logging.py", line 2238, in test_time
    self.assertEqual(f.formatTime(r), '1993-04-21 08:03:00,123')
AssertionError: '1993-04-21 09:03:00,123' != '1993-04-21 08:03:00,123'
- 1993-04-21 09:03:00,123
?             ^
+ 1993-04-21 08:03:00,123
?             ^

(http://www.python.org/dev/buildbot/all/builders/AMD64%20FreeBSD%208.2%203.x/builds/121/steps/test/logs/stdio)

Regards

Antoine.




More information about the Python-Dev mailing list