[issue22795] Intermittent test_tarfile failures on zLinux

David Edelsohn report at bugs.python.org
Tue Nov 4 16:30:53 CET 2014


New submission from David Edelsohn:

test_list_command_verbose intermittently fails because the date comparison differs by six hours.  I suspect a bad interaction between tests, but have not been able to find the culprit.

FAIL: test_list_command_verbose (test.test_tarfile.CommandLineTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/9707/edelsohn/cpython-buildarea/3.x.edelsohn-zlinux-z/build/Lib/test/test_tarfile.py", line 1953, in test_list_command_verbose
    self.assertEqual(out, expected)
AssertionError: b'?rw[39 chars]-01-05 18:19:43 ustar/conttype \n?rw-r--r-- ta[6470 chars]f \n' != b'?rw[39 chars]-01-06 00:19:43 ustar/conttype \n?rw-r--r-- ta[6470 chars]f \n'

----------
nosy: +pitrou
title: Intermittent -> Intermittent test_tarfile failures on zLinux

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


More information about the Python-bugs-list mailing list