[issue22795] Intermittent test_tarfile failures on zLinux

2014-11-05 Thread David Edelsohn
David Edelsohn added the comment: Its the @run_with_tz decorations in test_imaplib and test_datetime. The TZ is not being restored after the test. -- ___ Python tracker ___ ___

[issue22795] Intermittent test_tarfile failures on zLinux

2014-11-05 Thread David Edelsohn
David Edelsohn added the comment: 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_dat

[issue22795] Intermittent test_tarfile failures on zLinux

2014-11-05 Thread David Edelsohn
David Edelsohn added the comment: Sorry, I was not aware of the other issue. Three tests seems to have intermittent failures. test_datetime test_tarfile test_strptime -- ___ Python tracker __

[issue22795] Intermittent test_tarfile failures on zLinux

2014-11-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is a duplicate of issue20220. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> TarFile.list() outputs wrong time ___ Python tracker __

[issue22795] Intermittent test_tarfile failures on zLinux

2014-11-04 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag, serhiy.storchaka versions: +Python 3.4, Python 3.5 -Python 3.6 ___ Python tracker ___

[issue22795] Intermittent test_tarfile failures on zLinux

2014-11-04 Thread David Edelsohn
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) -