errose28 commented on a change in pull request #3166:
URL: https://github.com/apache/ozone/pull/3166#discussion_r819991849
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestOzoneTenantShell.java
##########
@@ -558,10 +558,17 @@ public void testOzoneTenantBasicOperations() throws
IOException {
"user", "assign", "bob", "--tenant=research",
"--accessId=research$bob42"});
checkOutput(out, "", false);
+ // HDDS-6366: Disallow specifying custom accessId.
+ checkOutput(err, "Failed to assign 'bob' to 'research': "
+ + "Invalid accessId 'research$bob42'. "
+ + "Specifying a custom access ID disallowed. "
+ + "Expected accessId to be assigned is 'research$bob'\n", true);
Review comment:
How about adding a test assigning bob again, to make sure that fails
since he is already added? That would be kind of a replacement for the
commented out test.
--
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]