Abhishek Pal created RANGER-5551:
------------------------------------
Summary: TestRangerOzoneAuthorizer needs to use Builder for Ozone
RequestContext
Key: RANGER-5551
URL: https://issues.apache.org/jira/browse/RANGER-5551
Project: Ranger
Issue Type: Bug
Components: plugins
Reporter: Abhishek Pal
Currently TestRangerOzoneAuthorizer passes the arguments directly to the Ozone
RequestContext construcutor.
Example
[here|https://github.com/apache/ranger/blob/b8eb7b4d4d9d62dbb59bb82560dc915d45f7bbb1/plugin-ozone/src/test/java/org/apache/ranger/authorization/ozone/authorizer/TestRangerOzoneAuthorizer.java#L111]
However on Ozone as part of [PR
#9493|https://github.com/apache/ozone/pull/9493] we have updated the
constructor to accept a Builder instance.
These tests need to be updated to pass this builder instead of direct arguments
--
This message was sent by Atlassian Jira
(v8.20.10#820010)