[Bug 29072] New: wldap32 tests flaky because they rely on external host ldap.itd.umich.edu
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(a)winehq.org ReportedBy: dank(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29072 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- So, the tests still depend on that URI: austin(a)debian-home:~/wine-git/dlls/wldap32/tests$ git describe wine-1.7.36-145-ga1459aa austin(a)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(a)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(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29072 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.37. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29072 Saulius K. <saulius2(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |saulius2(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org