gnodet commented on PR #22247: URL: https://github.com/apache/camel/pull/22247#issuecomment-4145741741
> for this pointed build, in the incremental-test logs, we can notice that it tries to launch tests on 498 modules it doesn't seems to correspond to the mentioned 24. Good catch! The threshold check was only counting dependents of file-path detected modules (`testable_pl`), but when `-amd` was used, `extraModules` (like `camel-direct`) were also expanded by Maven. Since `camel-direct` is used by nearly every component, the actual reactor was ~498 modules instead of the expected 24. Fixed by including `extraModules` in the threshold count so the check accurately reflects what Maven will actually build. _Claude Code on behalf of Guillaume Nodet_ -- 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]
