Failing windows system tests due to libuv version check
Nightly windows system tests started to fail with: c:\builds\isc-projects\bind9\lib\isc\netmgr\netmgr.c:265: fatal error: libuv version too new: running with libuv 1.44.2 when compiled with libuv 1.44.2 will lead to libuv failures
, e.g. job#3150313
These failures have started after !7483 (merged) has been merged. The likely culprit is the addition of #define MAXIMAL_UV_VERSION UV_VERSION(1, 39, 99)
in lib/isc/netmgr/netmgr.c#L249
.
This issue seems to only affect the Windows build, therefore the issue only appear in the v9_16
branch (which is the last version which supports windows build).
See #3840 (closed)
Edited by Michał Kępień