adoroszlai opened a new pull request, #10262: URL: https://github.com/apache/ozone/pull/10262
## What changes were proposed in this pull request? Acceptance tests send coverage data via `jacoco-agent`, defined in `OZONE_OPTS`: https://github.com/apache/ozone/blob/8c89c58b254d16b6a950084e75d5ea423207c6d0/hadoop-ozone/dist/src/main/compose/test-all.sh#L37 For this we pass `OZONE_OPTS` from local environment to containers (using the syntax `OZONE_OPTS:` without value). This was missing in some compose definitions, and overwritten with different value in few specific cases, before this PR. Adding it increases coverage for code paths that are only tested in acceptance check, e.g. Vault integration. <img width="711" height="56" alt="1-before" src="https://github.com/user-attachments/assets/47a769ef-45a2-4c51-99f4-5154230ea442" /> https://issues.apache.org/jira/browse/HDDS-15254 ## How was this patch tested? <img width="711" height="56" alt="2-after" src="https://github.com/user-attachments/assets/46e7fd11-92e3-4789-acd9-3325931ebc44" /> CI: https://github.com/adoroszlai/ozone/actions/runs/25795532236 -- 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]
