ferdelyi commented on code in PR #8606:
URL: https://github.com/apache/hadoop/pull/8606#discussion_r3673488346
##########
hadoop-cloud-storage-project/hadoop-gcp/pom.xml:
##########
@@ -88,7 +88,7 @@
<forkCount>${testsThreadCount}</forkCount>
<reuseForks>false</reuseForks>
<trimStackTrace>false</trimStackTrace>
- <argLine>${maven-surefire-plugin.argLine}
-DminiClusterDedicatedDirs=true</argLine>
+ <argLine>${maven-surefire-plugin.argLine} @{argLine}
-DminiClusterDedicatedDirs=true</argLine>
Review Comment:
@{...} is Surefire/Failsafe late property replacement; jacoco:prepare-agent
sets the argLine property to the -javaagent:… value at runtime, and Surefire
substitutes @{argLine} when it forks.
--
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]