Re: [PATCH] test: add known broken test for long directory bug

2021-03-18 Thread David Bremner
Tomi Ollila writes: > On Wed, Mar 17 2021, David Bremner wrote: > > could do printf -v name 'z%.0s' {1..234} > >> +generate_message [dir]=$name >> +NOTMUCH_NEW > OUTPUT >> +notmuch new >> OUTPUT > > 2 spaces in lines above > > apart from those 2 spaces lgtm. > > Tomi Thanks. Pushed with those

Re: [PATCH] test: add known broken test for long directory bug

2021-03-18 Thread Tomi Ollila
On Wed, Mar 17 2021, David Bremner wrote: > In [1] Gregor Zattler explained the results of his hard working > tracking down a bug in notmuch with long directories. This test > duplicates the bug. > > [1]: id:20210317194728.GB5561@no.workgroup > --- > test/T050-new.sh | 14 ++ > 1

[PATCH] test: add known broken test for long directory bug

2021-03-17 Thread David Bremner
In [1] Gregor Zattler explained the results of his hard working tracking down a bug in notmuch with long directories. This test duplicates the bug. [1]: id:20210317194728.GB5561@no.workgroup --- test/T050-new.sh | 14 ++ 1 file changed, 14 insertions(+) diff --git a/test/T050-new.sh