jiwq commented on a change in pull request #1943:
URL: https://github.com/apache/incubator-kyuubi/pull/1943#discussion_r814009063
##########
File path: pom.xml
##########
@@ -1477,6 +1495,7 @@
<artifactId>scalatest-maven-plugin</artifactId>
<version>${maven.plugin.scalatest.version}</version>
<configuration>
+ <argLine>-Xmx4g -Xss4m
-XX:ReservedCodeCacheSize=${codeCacheSize} ${extraJavaTestArgs}
-Dio.netty.tryReflectionSetAccessible=true</argLine>
Review comment:
Define `argLine` property rather than in configuration, otherwise you
will have some troubles integrating other plugin (i.e jacoco).
--
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]