upgrade surefire 3.0.0-M6 (#12395)

* upgrade surefire 3.0.0-M6

* increasing memory
This commit is contained in:
aggarwalakshay 2022-04-04 23:56:15 -07:00 committed by GitHub
parent 2cc2088720
commit 7d5666109c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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 -->