errose28 commented on PR #9010: URL: https://github.com/apache/ozone/pull/9010#issuecomment-3300534562
With help from cursor I tried some modified workflows that ran the integration tests in a matrix based on jdk version and the produced code and test output looks correct to me. There's some unrelated race condition in our build which I was unable to fix. Some of the splits fail with messages like ``` Error: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.8.1:copy-dependencies (copy-jars) on project hdds-server-scm: Artifact 'org.apache.ozone:hdds-common:jar:2.1.0-SNAPSHOT:compile' has not been packaged yet (is a directory). When used on reactor artifact, copy should be executed after packaging: see MDEP-187. -> [Help 2] ``` Other than that most of the runs seem to be passing. - [This branch](https://github.com/errose28/ozone/tree/HDDS-13656-aspectj-ci) has changes to run the workflow with all jdk versions but built with bytecode 8 - [This branch](https://github.com/errose28/ozone/tree/HDDS-13656-aspectj-ci-bytecode) extends it to also build with bytecode in the same version as the jdk. I'm not sure if it's worth trying to get these to run properly or we should call it good enough and merge this. -- 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