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


##########
hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestIncrementalBackup.java:
##########
@@ -395,6 +395,11 @@ public void 
TestIncBackupRestoreWithOriginalSplitsSeperateFs() throws Exception
       assertTrue(checkSucceeded(fullBackupId));
 
       insertIntoTable(conn, table1, famName, 4, 100);
+
+      HRegion regionToBulkload = 
TEST_UTIL.getHBaseCluster().getRegions(table1).get(0);

Review Comment:
   Correct yes, this test would now fail without my change



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