adoroszlai opened a new pull request, #9522: URL: https://github.com/apache/ozone/pull/9522
## What changes were proposed in this pull request? - Some S3G unit tests still create `BucketEndpoint`/`ObjectEndpoint` directly. Change these to use `EndpointBuilder`. - Builder should `initialize()` endpoints after creation so that tests do not need to. Some tests that use mock `ObjectStore` need additional mocking for this. - Rename `BucketEndpoint getBucket` to `endpoint` in `TestBucketList`, since this class is already being changed for using the builder. Note that this is a test-only change. https://issues.apache.org/jira/browse/HDDS-14203 ## How was this patch tested? Ran checkstyle and all S3G unit tests locally. CI (in progress): https://github.com/adoroszlai/ozone/actions/runs/20330654241 -- 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]
