You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/06/04 16:31:23 UTC

[GitHub] [hbase] HorizonNet commented on a change in pull request #1851: HBASE-24504 refactor call setupCluster/tearDownCluster in TestTableSnapshotInputFormat

HorizonNet commented on a change in pull request #1851:
URL: https://github.com/apache/hbase/pull/1851#discussion_r435390748



##########
File path: hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TestTableSnapshotInputFormat.java
##########
@@ -200,7 +199,6 @@ public void testInitTableSnapshotMapperJobConfig() throws Exception {
     } finally {
       UTIL.getAdmin().deleteSnapshot(snapshotName);
       UTIL.deleteTable(tableName);
-      tearDownCluster();

Review comment:
       This class has still an empty `tearDown`. I think it can be removed.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org