This is an automated email from the ASF dual-hosted git repository.

zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 84d67d01 [Celeborn-81][FOLLOWUP]Correct sure fire plugin args. (#1059)
84d67d01 is described below

commit 84d67d019dff73580bd14aa489ce939e2f1fc58c
Author: Ethan Feng <[email protected]>
AuthorDate: Fri Dec 9 15:06:08 2022 +0800

    [Celeborn-81][FOLLOWUP]Correct sure fire plugin args. (#1059)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 45e7bc39..12f6468c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -599,7 +599,7 @@
               <include>**/*Test*.*</include>
             </includes>
             
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
-            <argLine>-ea -Xmx4g -Xss4m -XX:MaxMetaspaceSize=2g 
-XX:ReservedCodeCacheSize=128m ${extraJavaTestArgs} 
-Dio.netty.tryReflectionSetAccessible=true</argLine>
+            <argLine>${argLine} -ea -Xmx4g -Xss4m -XX:MaxMetaspaceSize=2g 
-XX:ReservedCodeCacheSize=128m ${extraJavaTestArgs} 
-Dio.netty.tryReflectionSetAccessible=true</argLine>
             <systemProperties>
               
<log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration>
               
<log4j2.configurationFile>src/test/resources/log4j2-test.xml</log4j2.configurationFile>

Reply via email to