adoroszlai commented on code in PR #8388: URL: https://github.com/apache/ozone/pull/8388#discussion_r2097162361
########## hadoop-ozone/integration-test-s3/src/test/java/org/apache/hadoop/ozone/s3/awssdk/v1/TestS3SDKV1WithRatisStreaming.java: ########## @@ -36,6 +38,7 @@ public static void init() throws Exception { false); conf.setBoolean(OzoneConfigKeys.OZONE_NETWORK_TOPOLOGY_AWARE_READ_KEY, true); + conf.set(HDDS_DATANODE_VOLUME_MIN_FREE_SPACE, "5GB"); Review Comment: Please don't add this in each integration test. Set it in `hadoop-ozone/integration-test-s3/src/test/resources/ozone-site.xml`. Similarly, add it in `hadoop-ozone/integration-test-recon/src/test/resources/ozone-site.xml` (merge from `master` first). -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org