junegunn commented on code in PR #7173:
URL: https://github.com/apache/hbase/pull/7173#discussion_r2233883972


##########
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestRegionSplitter.java:
##########
@@ -108,6 +109,35 @@ public void testCreatePresplitTableHex() throws Exception {
       TableName.valueOf(name.getMethodName()));
   }
 
+  /**
+   * Test creating a pre-split table and splitting it again using the 
HexStringSplit and
+   * DecimalStringSplit algorithms.
+   */
+  @Test
+  public void testSplitPresplitTable() throws Exception {

Review Comment:
   Thanks for the approval @NihalJain. So 
https://issues.apache.org/jira/browse/HBASE-29474 is the original problem I 
wanted to reproduce with the test case. Turned out it only passes when the 
regions are on a single regionserver.



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