Dovecot v2.3.5 released

A. Schulze sca at andreasschulze.de
Thu Mar 7 18:02:18 EET 2019



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


More information about the dovecot mailing list