You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/08/20 10:32:31 UTC

[GitHub] [hbase] mymeiyi commented on a change in pull request #511: HBASE-22879 user_permission command failed to show global permission

mymeiyi commented on a change in pull request #511: HBASE-22879 user_permission command failed to show global permission
URL: https://github.com/apache/hbase/pull/511#discussion_r315618423
 
 

 ##########
 File path: hbase-shell/src/test/java/org/apache/hadoop/hbase/client/TestShell.java
 ##########
 @@ -35,7 +35,7 @@
   @Test
   public void testRunShellTests() throws IOException {
     System.setProperty("shell.test.exclude", "replication_admin_test.rb,rsgroup_shell_test.rb," +
-      "admin_test.rb,table_test.rb,quotas_test.rb");
+      "admin_test.rb,table_test.rb,quotas_test.rb,admin2_test.rb");
 
 Review comment:
   It's not related to this fix. But admin2_test.rb is already tested in TestAdminShell2, TestShell can skip it rather than test it twice?

----------------------------------------------------------------
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