On Tue, Sep 26, 2017 at 2:56 PM, Steven Nairn <steven.na...@gmail.com> wrote:
>
> I've finally got around to using 1.6 and have come across a problem with
> testpipe on Windows (built using MSYS2 and mingw32/64):
>   $ testall.exe -v testpipe
>   testpipe            :  Line 161: expected <0>, but saw <22>
>   FAILED 1 of 9
>   Failed Tests            Total   Fail    Failed %
>   ===================================================
>   testpipe                    9      1     11.11%
>
> The problem does not occur with v1.5.1 (last version I used).
>
> The problem happens when it tries to set a timeout with
> apr_file_pipe_timeout_set which fails with APR_EINVAL because the pipe was
> opened blocking.

Thanks, probably a bad copy/paste from [1].
Fixed in trunk with [2] and backported to upcoming 1.6.3 with [3].

Regards,
Yann.

[1] http://svn.apache.org/r1734816
[2] http://svn.apache.org/r1809753
[3] http://svn.apache.org/r1809754

Reply via email to