danny0405 commented on PR #11073: URL: https://github.com/apache/hudi/pull/11073#issuecomment-2083940688
> I notice that the azure CI results are now grouped by folders? and could we show an example to illustrate that cross module FT coverage is now factored in? > > Could we fix these before landing? In order to make the cross module FT coverage work, we need to: 1. add a new separate module that including dependencies of all the modules that we want to report; 2. run all the module tests in one shot and there is no way to run specific module with `-pl` option; Our CI tests are split into 6 jobs with each covering different modules, which is not suitable for the jacoco `report-aggregate` goal. -- 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]
