hgromer commented on code in PR #6370:
URL: https://github.com/apache/hbase/pull/6370#discussion_r1922961480


##########
hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestIncrementalBackup.java:
##########
@@ -100,142 +141,227 @@ public void TestIncBackupRestore() throws Exception {
       .build();
     TEST_UTIL.getAdmin().modifyTable(newTable1Desc);
 
+    Connection conn = TEST_UTIL.getConnection();
+    int NB_ROWS_FAM3 = 6;
+    insertIntoTable(conn, table1, fam3Name, 3, NB_ROWS_FAM3).close();

Review Comment:
   I can't fully explain this diff, this method already exists in the code, I 
didn't add it or edit it much. I'm happy to clean up the resources issue for 
the existing test, but I'd be more curious to understand why it's showing that 
I've made such substantial changes to the test in the first place. Let me see 
if I can clean that up



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to