http://bugs.winehq.org/show_bug.cgi?id=29072
Bug #: 29072 Summary: wldap32 tests flaky because they rely on external host ldap.itd.umich.edu Product: Wine Version: 1.3.32 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: wldap32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
The wldap32 tests started hanging. It looks like they're trying to connect forever to ldap.itd.umich.edu, which is unreachable.
https://bugs.winehq.org/show_bug.cgi?id=29072
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Austin English austinenglish@gmail.com --- So, the tests still depend on that URI: austin@debian-home:~/wine-git/dlls/wldap32/tests$ git describe wine-1.7.36-145-ga1459aa austin@debian-home:~/wine-git/dlls/wldap32/tests$ git grep ldap.itd.umich.edu parse.c: ld = ldap_initA((char *)"ldap.itd.umich.edu", 389 );
however, the tests also check if the hosts are up and skip appropriately now: austin@debian-home:~/wine-git/dlls/wldap32/tests$ git grep ldap.itd.umich.edu parse.c: ld = ldap_initA((char *)"ldap.itd.umich.edu.example", 389 ); austin@debian-home:~/wine-git/dlls/wldap32/tests$ make parse.ok ../../../tools/runtest -q -P wine -T ../../.. -M wldap32.dll -p wldap32_test.exe.so parse && touch parse.ok parse.c:53: Tests skipped: test server can't be reached parse.c:98: Tests skipped: test server can't be reached
https://bugs.winehq.org/show_bug.cgi?id=29072
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.37.
https://bugs.winehq.org/show_bug.cgi?id=29072
Saulius K. saulius2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |saulius2@gmail.com