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 serhiy.storchaka
Recipients BreamoreBoy, David.Edelsohn, akuchling, nascheme, pitrou, serhiy.storchaka
Date 2015-11-11.07:54:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447228453.84.0.747080935406.issue7759@psf.upfronthosting.co.za>
In-reply-to
Content
The new buildbot edelsohn-sles-z is red from its setting at 19 Aug 2015. test_mhlib is the only failed test.

http://buildbot.python.org/all/builders/s390x%20SLES%202.7/builds/114/steps/test/logs/stdio
======================================================================
FAIL: test_listfolders (test.test_mhlib.MhlibTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/2.7.edelsohn-sles-z/build/Lib/test/test_mhlib.py", line 185, in test_listfolders
    eq(folders, tfolders)
AssertionError: Lists differ: [] != ['deep', 'deep/f1', 'deep/f2',...

Second list contains 6 additional elements.
First extra element 0:
deep

- []
+ ['deep', 'deep/f1', 'deep/f2', 'deep/f2/f3', 'inbox', 'wide']

----------------------------------------------------------------------

I think we should fix this issue. Proposed patch adds a test that we can use nlinks for count a number of subdirectories.
History
Date User Action Args
2015-11-11 07:54:13serhiy.storchakasetrecipients: + serhiy.storchaka, akuchling, nascheme, pitrou, BreamoreBoy, David.Edelsohn
2015-11-11 07:54:13serhiy.storchakasetmessageid: <1447228453.84.0.747080935406.issue7759@psf.upfronthosting.co.za>
2015-11-11 07:54:13serhiy.storchakalinkissue7759 messages
2015-11-11 07:54:13serhiy.storchakacreate