foxtail463 opened a new pull request, #63129:
URL: https://github.com/apache/doris/pull/63129
### What problem does this PR solve?
Problem Summary:
FE core surefire config uses `@{argLine}` to preserve Jacoco late property
replacement. In normal non-coverage FE unit test runs, the coverage profile is
not active, so Jacoco does not define the Maven `argLine` property. Without a
default value, surefire may pass `@{argLine}` unchanged to the forked JVM, and
JDK 17 treats it as an argfile reference, failing with `Error: could not open
{argLine}` before tests start. Define an empty default `argLine` in the FE
parent POM so normal FE UT resolves it to empty while coverage runs can still
inject Jacoco agent options.
--
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]