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:
[email protected]
With regards,
Apache Git Services