Aggarwal-Raghav commented on code in PR #467:
URL: https://github.com/apache/tez/pull/467#discussion_r2955860105
##########
pom.xml:
##########
@@ -959,11 +953,18 @@
<reuseForks>false</reuseForks>
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
<testFailureIgnore>true</testFailureIgnore>
- <argLine>-Xmx1024m -XX:+HeapDumpOnOutOfMemoryError</argLine>
- <argLine>${test.jvm.args}</argLine>
+ <argLine>
+ -XX:+HeapDumpOnOutOfMemoryError
+ --add-opens=java.base/java.lang=ALL-UNNAMED
+ --add-opens=java.base/java.util=ALL-UNNAMED
+ --add-opens=java.base/java.io=ALL-UNNAMED
Review Comment:
In 3rd `--add-opens java.base/java.io=ALL-UNNAMED` equals was missing in
<test.jvm.args> added it.
--
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]