adoroszlai opened a new pull request, #6186: URL: https://github.com/apache/ozone/pull/6186
## What changes were proposed in this pull request? Set the following properties directly in `Configuration` instead of using methods of `MiniOzoneCluster.Builder`: - `hbInterval` - `hbProcessorInterval` - `omLayoutVersion` - `pipelineNumLimit` - `scmLayoutVersion` Default values are added to `ozone-site.xml` for `integration-test`, where applicable. Remove heartbeat config from `Test2WayCommitInRatis`, `TestQueryNode`. Previously these set it via `Configuration`, but not via `MiniOzoneCluster`, which overwrote them with its defaults. Now after removing the config from `MiniOzoneCluster`, these tests suddenly started failing due to the custom heartbeat intervals. https://issues.apache.org/jira/browse/HDDS-10291 ## How was this patch tested? CI: https://github.com/adoroszlai/ozone/actions/runs/7806174237 -- 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]
