You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/09/04 00:21:33 UTC

[iotdb] branch master updated: Revert "[IOTDB-1534] fix surefire ci by increasing memory (#3899)" (#3908)

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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 9931149  Revert "[IOTDB-1534] fix surefire ci by increasing memory (#3899)" (#3908)
9931149 is described below

commit 9931149fb2e8e7ddec8187539d9940869edd1a7a
Author: Haonan <hh...@outlook.com>
AuthorDate: Sat Sep 4 08:20:04 2021 +0800

    Revert "[IOTDB-1534] fix surefire ci by increasing memory (#3899)" (#3908)
    
    This reverts commit c8dee24b82e8b91017e7446b7ab6edfec698b64e.
---
 cluster/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cluster/pom.xml b/cluster/pom.xml
index d7844b2..ff950d0 100644
--- a/cluster/pom.xml
+++ b/cluster/pom.xml
@@ -178,8 +178,6 @@
                 <configuration>
                     <skipTests>${cluster.ut.skip}</skipTests>
                     <forkMode>pertest</forkMode>
-                    <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
-                    <testFailureIgnore>true</testFailureIgnore>
                 </configuration>
             </plugin>
             <plugin>