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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7d5666109c upgrade surefire 3.0.0-M6 (#12395)
7d5666109c is described below

commit 7d5666109c9d4952fc66af170c7d46918d7378dd
Author: aggarwalakshay <[email protected]>
AuthorDate: Mon Apr 4 23:56:15 2022 -0700

    upgrade surefire 3.0.0-M6 (#12395)
    
    * upgrade surefire 3.0.0-M6
    
    * increasing memory
---
 .travis.yml | 2 +-
 pom.xml     | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a41d50d476..7c4fc85890 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -204,7 +204,7 @@ jobs:
         # Set MAVEN_OPTS for Surefire launcher. Skip remoteresources to avoid 
intermittent connection timeouts when
         # resolving the SIGAR dependency.
         - >
-          MAVEN_OPTS='-Xmx1100m' ${MVN} test -pl ${MAVEN_PROJECTS}
+          MAVEN_OPTS='-Xmx2048m' ${MVN} test -pl ${MAVEN_PROJECTS}
           ${MAVEN_SKIP} -Dremoteresources.skip=true 
-Ddruid.generic.useDefaultValueForNull=${DRUID_USE_DEFAULT_VALUE_FOR_NULL}
         - sh -c "dmesg | egrep -i '(oom|out of memory|kill process|killed).*' 
-C 1 || exit 0"
         - free -m
diff --git a/pom.xml b/pom.xml
index e45e7e2a69..8989bf5dd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1488,10 +1488,7 @@
               <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <!--- stay on M4 until M6 is released with a fix for
-                    https://issues.apache.org/jira/browse/SUREFIRE-1815
-                    causing issues in RetryUtilsTest -->
-                    <version>3.0.0-M4</version>
+                    <version>3.0.0-M6</version>
                     <configuration>
                         <!-- locale settings must be set on the command line 
before startup -->
                         <!-- set default options -->


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to