Uh oh!
There was an error while loading. Please reload this page.
HBASE-27258 Computed argLine not passed through to surefire configuration - #4668
HBASE-27258 Computed argLine not passed through to surefire configuration#4668apurtell wants to merge 1 commit into
Conversation
Apache-HBase
commented
Jul 30, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 30, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 30, 2022
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Jul 31, 2022
https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#argLine See the documentation here, the user property is called 'argLine', which means it will read the 'argLine' property defined in the properties section by default. This is how the jacoco plugin injects its agent while executing UTs. |
ndimiduk
commented
Aug 1, 2022
@apurtell are you seeing behavior where |
apurtell
commented
Aug 1, 2022
I have a unit test that is failing with OOME and when looking at the POM I mistakenly thought it was because the -Xmx on the argLine was not being passed through. Thanks for the clarification. Will close this PR and the JIRA. |
Perhaps I am missing something.