mirror of https://github.com/apache/druid.git
commit
d3ed08e8ea
|
@ -230,5 +230,13 @@ public class DruidClusterBridgeTest
|
||||||
Assert.assertEquals(118, announced.getMaxSize());
|
Assert.assertEquals(118, announced.getMaxSize());
|
||||||
|
|
||||||
EasyMock.verify(batchServerInventoryView);
|
EasyMock.verify(batchServerInventoryView);
|
||||||
|
|
||||||
|
announcer.stop();
|
||||||
|
bridge.stop();
|
||||||
|
|
||||||
|
remoteCf.close();
|
||||||
|
remoteCluster.close();
|
||||||
|
localCf.close();
|
||||||
|
localCluster.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue