NihalJain commented on code in PR #7045:
URL: https://github.com/apache/hbase/pull/7045#discussion_r2140634513


##########
hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestBackupDescribe.java:
##########
@@ -107,4 +112,50 @@ public void testBackupDescribeCommand() throws Exception {
     table.close();
     assertTrue(response.indexOf(desc) >= 0);
   }
+
+  @Test
+  public void testBackupDescribeCommandForContinuousBackup() throws Exception {
+    LOG.info("test backup describe on a single table with data: command-line");
+    BackupSystemTable table = new BackupSystemTable(TEST_UTIL.getConnection());

Review Comment:
   nit: try-with-resources



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

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

Reply via email to