On Wed, Jun 22, 2022 at 5:57 PM Ivan Zhakov <i...@visualsvn.com> wrote:
>
> On Wed, 22 Jun 2022 at 17:29, Yann Ylavic <ylavic....@gmail.com> wrote:
>
>>
>> PS: now the macos guys have some work
>> (https://github.com/apache/apr/runs/7004338300?check_suite_focus=true)
>> :)
>
>
> Also testreslist fails sometimes on Windows:
> https://github.com/apache/apr/runs/7003387964?check_suite_focus=true
> [[[
> 48/77 Test #48: testreslist ......................***Failed 1.05 sec
> testreslist : Line 258: expected <10>, but saw <11>
> Line 258: expected <10>, but saw <12>
> FAILED 2 of 3
> Failed Tests Total Fail Failed %
> ===================================================
> testreslist 3 2 66.67%
> ]]]
>
> Sometimes it works as expected:
> https://github.com/apache/apr/actions/runs/2542369041
>
> Anyone have any ideas why it may happen?

Possibly fixed in r1902169.
AIUI it was apr_sleep(RESLIST_TTL / RESLIST_HMAX), i.e. apr_sleep(17)
thus Sleep(0) on Windows, which is not enough for the reslist entries
to expire.
By rounding up to Sleep(1) instead, the last build passed, we'll see
the next ones.. unless you can reproduce the failure locally with
r1902169 already?

Regards;
Yann.


>
> --
> Ivan Zhakov

Reply via email to