smengcl commented on code in PR #3288:
URL: https://github.com/apache/ozone/pull/3288#discussion_r849996769
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestOzoneTenantShell.java:
##########
@@ -816,6 +818,22 @@ public void testTenantSetSecret() throws IOException,
InterruptedException {
return null;
});
+ // Assigning/revoking user accessIds should work for a non-delegated admin
Review Comment:
I agree. Some of the JUnit test methods in this class has grown too large.
Should probably do a test refactoring at some point (at the cost of slightly
longer integration test run time due to the extra init/cleanup, but should be
worth it).
Moved the test to a **new** JUnit test method for assigning/revoking tenant
accessIds (users) as non-delegated admin.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]