adoroszlai commented on PR #5026: URL: https://github.com/apache/ozone/pull/5026#issuecomment-1628827860
> If stream is used in the test, is it enough to change it in the config file? > `hadoop-ozone/integration-test/src/test/resources/ozone-site.xml` That file contains settings applied to all integration tests (tests in `hadoop-ozone/integration-test`). There are similar files for tests in some other modules: ``` hadoop-hdds/framework/src/test/resources/ozone-site.xml hadoop-hdds/container-service/src/test/resources/ozone-site.xml ``` You can also apply specific settings in any test class by making the config changes before the test, e.g.: https://github.com/apache/ozone/blob/e6028b79ec7224c935b2e2219606e6b3d870c5df/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestListStatus.java#L68-L75 S3 Gateway is not created in `MiniOzoneCluster`, hence not tested in integration tests. It can be tested end-to-end in [acceptance tests](https://github.com/apache/ozone/blob/master/hadoop-ozone/dist/src/main/compose/README.md#tests). -- 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]
