On 06.06.2017 21:30, Michael Felt wrote:
On 09/10/2016 21:48, Michael Felt wrote:
A real server yes, but not Linux. (Using linux would require another server AND I would feel I am being lazy again).
Well, I have been busy, and it is time to force move dovecot forward.
Being 'lazy' I am doing some initial tests on my POWER platform using an old debian distro to build the latest (via git).
That has been 'uneventful' - which is good, but I am confused by the output of "make check". An excerpt:
test_program_setup ................................................... : ok Debug: Trying to connect 127.0.0.1:52694 (timeout 5000 msecs) test_program_success ................................................. : ok Debug: Trying to connect 127.0.0.1:52694 (timeout 5000 msecs) test_program_io (async) .............................................. : ok Debug: Trying to connect 127.0.0.1:52694 (timeout 5000 msecs) test_program_failure ................................................. : ok Debug: Trying to connect 127.0.0.1:52694 (timeout 5000 msecs) test_program_noreply ................................................. : ok Debug: Trying to connect [::1]:52694 (timeout 5000 msecs) test: random seed #1 was 1496876286 Error: connect([::1]:52694) failed: Connection refused Debug: Trying to connect 127.0.0.3:52694 (timeout 5000 msecs) Error: connect(127.0.0.3:52694) failed: Connection refused Debug: Trying to connect 127.0.0.2:52694 (timeout 5000 msecs) Error: connect(127.0.0.2:52694) failed: Connection refused Debug: Trying to connect 127.0.0.1:52694 (timeout 5000 msecs) test_program_refused ................................................. : ok test_program_teardown ................................................ : ok 0 / 7 tests failed
The test summary says okay, but I see 'Error' in the diagnostics. Did all go as expected? (p.s. this is not the only area where there is 'Error', but test says 'ok'.
Regards,
Michael
Those errors are expected errors, since the test is about making sure that refused connection is handled correcty.
Aki