Message254479
| 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. |
|