ndimiduk commented on code in PR #6681:
URL: https://github.com/apache/hbase/pull/6681#discussion_r1952764418
##########
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:
This new test fails on master but is fixed by your correction? Nice one,
these are annoying to track down.
--
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]