fix bridge test

This commit is contained in:
fjy 2014-06-17 10:18:46 -07:00
parent c2149f8a00
commit d1c4627032
1 changed files with 8 additions and 0 deletions

View File

@ -230,5 +230,13 @@ public class DruidClusterBridgeTest
Assert.assertEquals(118, announced.getMaxSize());
EasyMock.verify(batchServerInventoryView);
announcer.stop();
bridge.stop();
remoteCf.close();
remoteCluster.close();
localCf.close();
localCluster.close();
}
}