Re: dovecot 2.3.13 : make check FAILURE : Assert failed: buffer_append_full_file

2021-01-18 Thread J Lumby
On 1/18/21 11:22 AM, Aki Tuomi wrote: line 52 does chmod to lines 54-55 attempts to read this file now, and expects it to fail line 56 ensures that there was actual error provided Oh yes,  of course you are correct. I was confused by the MAX_SIZE parameter. I wrapped that test wi

Re: dovecot 2.3.13 : make check FAILURE : Assert failed: buffer_append_full_file

2021-01-18 Thread Aki Tuomi
> On 18/01/2021 17:21 J Lumby wrote: > > > On 1/18/21 12:25 AM, Aki Tuomi wrote: > >> On 18/01/2021 00:35 J Lumby wrote: > >> > >> > >> Thanks Aki. > >> > >> > >> On 1/16/21 10:18 AM, Aki Tuomi wrote: > On 16/01/2021 16:36 J Lumby wrote: > > > > make check had on

Re: dovecot 2.3.13 : make check FAILURE : Assert failed: buffer_append_full_file

2021-01-18 Thread J Lumby
On 1/18/21 12:25 AM, Aki Tuomi wrote: On 18/01/2021 00:35 J Lumby wrote: Thanks Aki. On 1/16/21 10:18 AM, Aki Tuomi wrote: On 16/01/2021 16:36 J Lumby wrote: make check had one failure as follows : test-buffer-istream.c:54: Assert failed: buffer_append_full_file(result, TEST_FILENAM

Re: dovecot 2.3.13 : make check FAILURE : Assert failed: buffer_append_full_file

2021-01-17 Thread Aki Tuomi
> On 18/01/2021 00:35 J Lumby wrote: > > > Thanks Aki. > > > On 1/16/21 10:18 AM, Aki Tuomi wrote: > >> On 16/01/2021 16:36 J Lumby wrote: > >> > >> > >> > >> make check had one failure as follows : > >> > >> test-buffer-istream.c:54: Assert failed: buffer_append_full_file(result, > >> TES

Re: dovecot 2.3.13 : make check FAILURE : Assert failed: buffer_append_full_file

2021-01-17 Thread J Lumby
Thanks Aki. On 1/16/21 10:18 AM, Aki Tuomi wrote: On 16/01/2021 16:36 J Lumby wrote: make check had one failure as follows : test-buffer-istream.c:54: Assert failed: buffer_append_full_file(result, TEST_FILENAME, SIZE_MAX, &error) == BUFFER_APPEND_READ_ERROR test-buffer-istream.c:56: Asser

Re: dovecot 2.3.13 : make check FAILURE : Assert failed: buffer_append_full_file

2021-01-16 Thread st...@keptprivate.com
I was experiencing multiple failures with make check on a fresh installation of CentOS 8.3.The solution for me was to use mock instead of rpmbuild. (I was not building as root with rpmbuild.) With mock all tests were successful. Sent from my T-Mobile 4G LTE device-- Original message--Fro

Re: dovecot 2.3.13 : make check FAILURE : Assert failed: buffer_append_full_file

2021-01-16 Thread Aki Tuomi
> On 16/01/2021 16:36 J Lumby wrote: > > > After successfully building dovecot 2.3.13 (linux kernel 5.10.1 , > glibc-2.32 , gcc-9.3) > > make check had one failure as follows : > > test-buffer-istream.c:54: Assert failed: buffer_append_full_file(result, > TEST_FILENAME, SIZE_MAX, &error)

dovecot 2.3.13 : make check FAILURE : Assert failed: buffer_append_full_file

2021-01-16 Thread J Lumby
After successfully building dovecot 2.3.13 (linux kernel 5.10.1 , glibc-2.32 , gcc-9.3) make check had one failure as follows : test-buffer-istream.c:54: Assert failed: buffer_append_full_file(result, TEST_FILENAME, SIZE_MAX, &error) == BUFFER_APPEND_READ_ERROR test-buffer-istream.c:56: Asser