adoroszlai opened a new pull request, #8162: URL: https://github.com/apache/ozone/pull/8162
## What changes were proposed in this pull request? - Add time-limited run of tests in `flaky-test-check` to find which modules they are in. - Build only those modules and their dependencies (`-am -pl`). - Limit real test run to those modules (`-pl`). https://issues.apache.org/jira/browse/HDDS-12587 ## How was this patch tested? Triggered 2x2 [run](https://github.com/adoroszlai/ozone/actions/runs/14076965592) of `TestConfigurationSource,TestHddsClientUtils`. [`find-tests`](https://github.com/adoroszlai/ozone/actions/runs/14076965592/job/39421709849#step:6:20) found these in `hdds-config` and `hdds-client`, respectively: ``` [INFO] --- surefire:3.0.0-M4:test (default-test) @ hdds-config --- [INFO] Running org.apache.hadoop.hdds.conf.TestConfigurationSource -- [INFO] --- surefire:3.0.0-M4:test (default-test) @ hdds-client --- [INFO] Running org.apache.hadoop.hdds.scm.client.TestHddsClientUtils ``` [`build`](https://github.com/adoroszlai/ozone/actions/runs/14076965592/job/39421800521#step:6:1053) has built dependencies, too: ``` [INFO] Reactor Summary for Apache Ozone Main 2.1.0-SNAPSHOT: [INFO] [INFO] Apache Ozone Main .................................. SUCCESS [ 1.779 s] [INFO] Apache Ozone Dev Support ........................... SUCCESS [ 1.554 s] [INFO] Apache Ozone HDDS .................................. SUCCESS [ 0.405 s] [INFO] Apache Ozone Annotation Processing ................. SUCCESS [ 1.013 s] [INFO] Apache Ozone HDDS Config ........................... SUCCESS [ 1.715 s] [INFO] Apache Ozone HDDS Hadoop Client dependencies ....... SUCCESS [ 1.726 s] [INFO] Apache Ozone HDDS Client Interface ................. SUCCESS [ 10.770 s] [INFO] Apache Ozone HDDS Admin Interface .................. SUCCESS [ 2.708 s] [INFO] Apache Ozone HDDS Test Utils ....................... SUCCESS [ 1.141 s] [INFO] Apache Ozone HDDS Common ........................... SUCCESS [ 5.271 s] [INFO] Apache Ozone HDDS Erasurecode ...................... SUCCESS [ 0.931 s] [INFO] Apache Ozone HDDS Client ........................... SUCCESS [ 1.828 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 32.380 s ``` [`run-test`](https://github.com/adoroszlai/ozone/actions/runs/14076965592/job/39421835533#step:7:248) limited to two modules: ``` [INFO] Reactor Summary for Apache Ozone HDDS Config 2.1.0-SNAPSHOT: [INFO] [INFO] Apache Ozone HDDS Config ........................... SUCCESS [ 7.266 s] [INFO] Apache Ozone HDDS Client ........................... SUCCESS [ 8.229 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16.931 s ``` -- 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]
