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 thouis
Recipients thouis
Date 2011-12-01.20:56:49
SpamBayes Score 0.004119302
Marked as misclassified No
Message-id <1322773011.41.0.998448764852.issue13517@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the script I use to detect the failure.
% python filefinder.py /PATH/TO/LARGE/DIRECTORY/TREE

(note that I was working over samba with an 8ish-level deep directory with around 250000 files).

Compare its final output in the FOUND column with 
% find /PATH/TO/LARGE/DIRECTORY/TREE | wc -l
History
Date User Action Args
2011-12-01 20:56:51thouissetrecipients: + thouis
2011-12-01 20:56:51thouissetmessageid: <1322773011.41.0.998448764852.issue13517@psf.upfronthosting.co.za>
2011-12-01 20:56:50thouislinkissue13517 messages
2011-12-01 20:56:50thouiscreate