https://bugzilla.samba.org/show_bug.cgi?id=7057
------- Comment #11 from way...@samba.org 2010-03-26 19:16 CST ------- Created an attachment (id=5553) --> (https://bugzilla.samba.org/attachment.cgi?id=5553&action=view) Vary the final dir len (creates 3 final dirs) and puts 3 files in those dirs with varying name lengths. My version of the make-chain script puts the files "1" "22" and "333" into the final dir, and also into 2 other dirs (so they are 13, 14, and 15 chars long). This results in: <13-char>/1 succeeds <13-char>/22 fails by 1 <13-char>/333 fails by 2 <14-char>/1 fails by 1 <14-char>/22 fails by 2 <14-char>/333 fails by 3 <15-char>/1 fails by 2 <15-char>/22 fails by 3 <15-char>/333 fails by 4 -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html