Branch: refs/heads/test-suite-no-DNS Home: https://github.com/ngircd/ngircd Commit: ef00e070ab2e1d1dd63c5079a9d2e1ce16b2ad87 https://github.com/ngircd/ngircd/commit/ef00e070ab2e1d1dd63c5079a9d2e1ce16b2... Author: Alexander Barton alex@barton.de Date: 2014-04-18 (Fri, 18 Apr 2014)
Changed paths: M src/testsuite/channel-test.e M src/testsuite/check-idle.e M src/testsuite/connect-test.e M src/testsuite/invite-test.e M src/testsuite/join-test.e M src/testsuite/kick-test.e M src/testsuite/message-test.e M src/testsuite/misc-test.e M src/testsuite/mode-test.e M src/testsuite/ngircd-test1.conf M src/testsuite/ngircd-test2.conf M src/testsuite/opless-channel-test.e M src/testsuite/server-link-test.e M src/testsuite/stress-A.e M src/testsuite/who-test.e M src/testsuite/whois-test.e
Log Message: ----------- Test suite: Don't use DNS lookups
Different operating systems do behave quite differently when doing DNS lookups, for example "127.0.0.1" sometimes resolves to "localhost" and sometimes to "localhost.localdomain" (for example OpenBSD). And other systems resolve "localhost" to the real host name (for example Cygwin).
So not using DNS at all makes the test site much more portable.
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.