https://bugs.winehq.org/show_bug.cgi?id=55784
Bug ID: 55784 Summary: wldap32:parse - test_ldap_bind_sA() claims the server is down on w1064v2009 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: wldap32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
wldap32:parse - test_ldap_bind_sA() claims the server is down on w1064v2009:
parse.c:172: Test failed: ldap_connect failed 0x51 parse.c:176: Test failed: ldap_bind_s returned 0x34 parse.c:514: Test failed: ldap_simple_bind_sA should fail, got 0x51 parse.c:525: Test failed: ldap_simple_bind_sA should succeed, got 0x51
See https://test.winehq.org/data/patterns.html#wldap32:parse
Where 0x34 == LDAP_UNAVAILABLE 0x51 == LDAP_SERVER_DOWN
This started on 2023-10-09 and has been systematic on w1064v2009 since then. Because it only happens on w1064v2009 [1], it is unlikely that the server (db.debian.org) is really down. Also the test succeeds when run on its own.
[1] In the past 8 months there is a single other failure of that type that happened on w1064v1507-32 on 2023-09-04.