@Test
public void testActiveDFOCloseBadDNS() throws InterruptedException,
IOException, FlumeSpecException {
final String lnode = "DFOBadDNS";
final FlumeMaster master = new FlumeMaster(cfg);
MasterRPC rpc = new DirectMasterRPC(master);
final FlumeNode node = new FlumeNode(rpc, false, false);
// should have nothing.
assertEquals(0, node.getLogicalNodeManager().getNodes().size());
LivenessManager liveMan = node.getLivenessManager();