BIND 10 master, updated. f8a705c023c49b646420b047da00b08ec67b1667 [master] use a different TCP port for tests than that used in some other tests. using the same port could make it fail on some build bots due to failure in bind() with a conflicting socket in the time wait state. this is a fragile workaround, but I expect we'll revist these test scenarios with the introduction of socket creator anyway, so I chose to work this around with a simplest fix.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Jan 2 06:30:39 UTC 2012


The branch, master has been updated
       via  f8a705c023c49b646420b047da00b08ec67b1667 (commit)
      from  1293abbaa78190c5d464f220ff4b29d753e2e9df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f8a705c023c49b646420b047da00b08ec67b1667
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Jan 2 06:28:09 2012 +0000

    [master] use a different TCP port for tests than that used in some other
    tests.  using the same port could make it fail on some build bots due to
    failure in bind() with a conflicting socket in the time wait state.
    this is a fragile workaround, but I expect we'll revist these test scenarios
    with the introduction of socket creator anyway, so I chose to work this around
    with a simplest fix.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/resolver/tests/resolver_config_unittest.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/resolver/tests/resolver_config_unittest.cc b/src/bin/resolver/tests/resolver_config_unittest.cc
index 2fced6b..63d75c2 100644
--- a/src/bin/resolver/tests/resolver_config_unittest.cc
+++ b/src/bin/resolver/tests/resolver_config_unittest.cc
@@ -63,7 +63,7 @@ using isc::UnitTestUtil;
 
 namespace {
 const char* const TEST_ADDRESS = "127.0.0.1";
-const char* const TEST_PORT = "53535";
+const char* const TEST_PORT = "53530";
 
 // An internal exception class
 class TestConfigError : public isc::Exception {




More information about the bind10-changes mailing list