ChenSammi commented on code in PR #4439:
URL: https://github.com/apache/ozone/pull/4439#discussion_r1147525511
##########
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/security/acl/TestParentAcl.java:
##########
@@ -148,11 +148,11 @@ public void testKeyAcl()
List<OzoneAcl> originalBuckAcls = getBucketAcls(vol, buck);
List<OzoneAcl> originalKeyAcls = getBucketAcls(vol, buck);
- testParentChild(keyObj, WRITE, WRITE_ACL);
+ testParentChild(keyObj, READ, WRITE_ACL);
Review Comment:
@sumitagrawl , can you remove the rule comments on the top of this function?
Others are all good.
--
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]