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 David.Edelsohn
Recipients David.Edelsohn, berker.peksag, pitrou, serhiy.storchaka, vstinner
Date 2014-11-05.17:37:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415209071.45.0.606266644411.issue22795@psf.upfronthosting.co.za>
In-reply-to
Content
I found the connection but I don't know the cause:

Running test_imaplib prior to either test_datetime or test_tarfile causes the latter test to fail.  test_datetime seems to fix the problem for test_tarfile if it precedes it.

[1/3] test_imaplib
[2/3] test_datetime
test test_datetime failed -- multiple errors occurred; run in verbose mode for details
[3/3/1] test_tarfile
2 tests OK.
1 test failed:
    test_datetime


[1/3] test_imaplib
[2/3] test_tarfile
test test_tarfile failed -- Traceback (most recent call last):
  File "/mnt/9707/edelsohn/src/cpython/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'

[3/3/1] test_datetime
test test_datetime failed -- multiple errors occurred; run in verbose mode for details
1 test OK.
2 tests failed:
    test_datetime test_tarfile
History
Date User Action Args
2014-11-05 17:37:51David.Edelsohnsetrecipients: + David.Edelsohn, pitrou, vstinner, berker.peksag, serhiy.storchaka
2014-11-05 17:37:51David.Edelsohnsetmessageid: <1415209071.45.0.606266644411.issue22795@psf.upfronthosting.co.za>
2014-11-05 17:37:51David.Edelsohnlinkissue22795 messages
2014-11-05 17:37:51David.Edelsohncreate