bharathv commented on a change in pull request #1032: HBASE-23665: Split unit 
tests from TestTableName into a separate test…
URL: https://github.com/apache/hbase/pull/1032#discussion_r366607944
 
 

 ##########
 File path: 
hbase-common/src/test/java/org/apache/hadoop/hbase/TestTableName.java
 ##########
 @@ -172,9 +108,52 @@ public int hashCode() {
     new Names("n2", "table2")
   };
 
+  @Test(expected = IllegalArgumentException.class)
+  public void testInvalidNamespace() {
+    for (String tn : invalidNamespace) {
 
 Review comment:
   Ouch, good catch.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to