smengcl commented on a change in pull request #3166:
URL: https://github.com/apache/ozone/pull/3166#discussion_r820254470
##########
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:
Added. Though the error message is different.
--
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]