sarvekshayr commented on PR #9279: URL: https://github.com/apache/ozone/pull/9279#issuecomment-3551276204
> Unit tests should usually be in the same package as the class being tested. So for these two tests, package should be `org.apache.hadoop.ozone.om.request.s3.tenant`. > > https://github.com/apache/ozone/blob/72771127d4287663353b29aae752d78a6d79c9ec/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/s3/tenant/OMTenantCreateRequest.java#L18 This package already exists under test. We can move the tests directly under it. Ref: [[hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/request/s3/tenant/TestSetRangerServiceVersionRequest.java](https://github.com/apache/ozone/blob/master/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/request/s3/tenant/TestSetRangerServiceVersionRequest.java)](https://github.com/apache/ozone/blob/b6c742e162fe873e1d90c665ca0880ea743907d0/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/request/s3/tenant/TestSetRangerServiceVersionRequest.java#L18) -- 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]
