gjacoby126 commented on a change in pull request #435: PHOENIX-4940 Add 
tenantId parameter to index tool
URL: https://github.com/apache/phoenix/pull/435#discussion_r253134510
 
 

 ##########
 File path: phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolIT.java
 ##########
 @@ -228,6 +229,89 @@ public void testSecondaryIndex() throws Exception {
         }
     }
 
+    @Test
+    public void testIndexToolWithTenantId() throws Exception {
+        if (!useTenantId) { return;}
+        String tenantId = "TENANT1";
+        String schemaName = "SCHEMA1";
+        String dataTableName = "DTABLE1";
 
 Review comment:
   The BaseTest class you're inheriting from has a generateUniqueName() method 
that's good for guaranteeing that table names in one test don't interfere with 
tables from another

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to