adoroszlai opened a new pull request, #7422: URL: https://github.com/apache/ozone/pull/7422
## What changes were proposed in this pull request? Significant amount of time is spent on building Ozone FS modules in integration check. Any tests in these modules (currently only one) are executed only in _integration (filesystem)_. Thus we can skip shading in other splits. Also can be skipped in `flaky-test-check`. https://issues.apache.org/jira/browse/HDDS-11683 ## How was this patch tested? Shaded modules were included in _integration (filesystem)_: ``` [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s - in org.apache.hadoop.fs.TestOmKeyInfoWithHadoop2 ... [INFO] Apache Ozone FileSystem Shaded ..................... SUCCESS [03:09 min] [INFO] Apache Ozone FS Hadoop 2.x compatibility ........... SUCCESS [ 18.842 s] [INFO] Apache Ozone FS Hadoop 3.x compatibility ........... SUCCESS [ 13.471 s] [INFO] Apache Ozone FS Hadoop shaded 3.x compatibility .... SUCCESS [ 46.457 s] ``` https://github.com/adoroszlai/ozone/actions/runs/11784838217/job/32825378804#step:6:3659 but excluded in other splits, e.g.: https://github.com/adoroszlai/ozone/actions/runs/11784838217/job/32825378246#step:6:4429 -- 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]
