junegunn commented on code in PR #7173: URL: https://github.com/apache/hbase/pull/7173#discussion_r2232260903
########## 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: To be precise, I was investigating a different issue we faced while using this tool, and hoping to reproduce that problem by writing this test, but it led me to this. -- 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