NihalJain commented on code in PR #5462:
URL: https://github.com/apache/hbase/pull/5462#discussion_r1366156116
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncRegionAdminApi2.java:
##########
@@ -283,4 +285,69 @@ private void splitTest(TableName tableName, int rowCount,
boolean isSplitRegion,
}
assertEquals(2, count);
}
+
+ @Test
+ public void testTruncateRegion() throws Exception {
Review Comment:
nit: Could we add another test for for pre check failure for truncate region
of meta table?
--
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]