You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/04/03 17:42:31 UTC

[GitHub] [accumulo] keith-turner commented on a change in pull request #1073: Move similar tests into PermissionsIT

keith-turner commented on a change in pull request #1073: Move similar tests into PermissionsIT
URL: https://github.com/apache/accumulo/pull/1073#discussion_r271854046
 
 

 ##########
 File path: test/src/main/java/org/apache/accumulo/test/functional/PermissionsIT.java
 ##########
 @@ -735,6 +738,7 @@ private void testGrantedTablePermission(AccumuloClient test_user_client, TablePe
       case ALTER_TABLE:
         Map<String,Set<Text>> groups = new HashMap<>();
         groups.put("tgroup", new HashSet<>(Arrays.asList(new Text("t1"), new Text("t2"))));
+        testArbitraryProperty(test_user_client, tableName, true);
 
 Review comment:
   Unrelated to your change, but it seems nothing is done with `groups`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services