BIND 10 master, updated. fe3d37670b71b33c7f146fce15ba22b09a0dedb4 [master] disabled IfaceMgrTest::detectIfaces_linux. It continuously fails and is not expected to be fixed at least until early next week. it's not good to keep receiving failure reports from a buildbot when it's not expected to be fixed immediately, so I'm disabling it. okayed on jabber.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jan 18 18:15:22 UTC 2012
The branch, master has been updated
via fe3d37670b71b33c7f146fce15ba22b09a0dedb4 (commit)
from 79787f23a43c6630ac1dd2c5bba757995012bfbd (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 fe3d37670b71b33c7f146fce15ba22b09a0dedb4
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Jan 18 10:11:24 2012 -0800
[master] disabled IfaceMgrTest::detectIfaces_linux. It continuously fails
and is not expected to be fixed at least until early next week. it's not
good to keep receiving failure reports from a buildbot when it's not expected
to be fixed immediately, so I'm disabling it.
okayed on jabber.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/tests/iface_mgr_unittest.cc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/tests/iface_mgr_unittest.cc b/src/lib/dhcp/tests/iface_mgr_unittest.cc
index 9991e54..5d666b3 100644
--- a/src/lib/dhcp/tests/iface_mgr_unittest.cc
+++ b/src/lib/dhcp/tests/iface_mgr_unittest.cc
@@ -770,7 +770,8 @@ void parse_ifconfig(const std::string& textFile, IfaceMgr::IfaceCollection& ifac
// Things that are not tested:
// - ifindex (ifconfig does not print it out)
// - address scopes and lifetimes (we don't need it, so it is not implemented in IfaceMgr)
-TEST_F(IfaceMgrTest, detectIfaces_linux) {
+// TODO: temporarily disabled, see ticket #1529
+TEST_F(IfaceMgrTest, DISABLED_detectIfaces_linux) {
NakedIfaceMgr* ifacemgr = new NakedIfaceMgr();
IfaceMgr::IfaceCollection& detectedIfaces = ifacemgr->getIfacesLst();
More information about the bind10-changes
mailing list