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.
https://bugs.winehq.org/show_bug.cgi?id=55784
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=55784
--- Comment #1 from François Gouget fgouget@codeweavers.com --- wldap32:parse actually fails when run on its own. Just not always. And it can also fails when compiling from the 2023-10-08 source.
So I suspect the server is blocking us from time to time, maybe with something like fail2ban or rate limiting. What does not fit with this hypothesis is that this systematically impacts w1064v2009, particularly since all the w1064* test configurations have the same IPv4 address. Furthermore w1064v2009 is not even the last to run. For instance on 2023-10-13, w1064v21h2 ran successfully 26 minutes later and w1064v1909 62 minutes later.
https://bugs.winehq.org/show_bug.cgi?id=55784
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
https://bugs.winehq.org/show_bug.cgi?id=55784
--- Comment #2 from Hans Leidekker hans@meelstraat.net --- Looks like we need more skips.
https://bugs.winehq.org/show_bug.cgi?id=55784
--- Comment #3 from François Gouget fgouget@codeweavers.com --- I'll let you handle that.
https://bugs.winehq.org/show_bug.cgi?id=55784
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |928d73d4ef94555cd977e420b5e | |9fea611e3b1c0 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #4 from Hans Leidekker hans@meelstraat.net --- Fixed with 928d73d4ef94555cd977e420b5e9fea611e3b1c0.
https://bugs.winehq.org/show_bug.cgi?id=55784
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.0-rc5.