> On 7 March 2019 18:02 A. Schulze via dovecot <dovecot@dovecot.org> wrote: > > > Am 05.03.19 um 17:26 schrieb Aki Tuomi via dovecot: > > We are happy to release dovecot v2.3.5. > > Hello, > > it build but tests fail... > > make[4]: Entering directory '/<<PKGBUILDDIR>>/src/lib-http' > for bin in test-http-date test-http-url test-http-header-parser > test-http-transfer test-http-auth test-http-response-parser > test-http-request-parser test-http-payload test-http-client-errors > test-http-server-errors; do \ > if ! ./$bin; then exit 1; fi; \ > done > ... > unconfigured ssl ..................................................... : ok > unconfigured ssl abort ............................................... : ok > invalid url .......................................................... : ok > host lookup failed ................................................... : ok > connection refused ................................................... : ok > connection refused backoff ........................................... : ok > connection lost prematurely .......................................... : ok > test-http-client-errors.c:2989: Assert failed: FALSE > connection timed out ................................................. : > FAILED > invalid redirect: not accepted ....................................... : ok > invalid redirect: bad location ....................................... : ok > invalid redirect: too many ........................................... : ok > ... > 1 / 38 tests failed > > > looking at test-http-client-errors.c:2989, could this test ever pass? > > test_assert(FALSE); > > Andreas
It does pass over here. Are you running with valgrind or on really slow system? Does it happen if you run env NOVALGRIND=yes make check? Aki