[replication] Adding shutdown of TestReplication
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@911229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9afce6678e
commit
7571814071
|
@ -122,7 +122,10 @@ public class TestReplication implements HConstants{
|
|||
* @throws java.lang.Exception
|
||||
*/
|
||||
@After
|
||||
public void tearDown() throws Exception {}
|
||||
public void tearDown() throws Exception {
|
||||
utility1.shutdownMiniCluster();
|
||||
utility2.shutdownMiniCluster();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testReplication() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue