mirror of https://github.com/apache/druid.git
upgrade surefire 3.0.0-M6 (#12395)
* upgrade surefire 3.0.0-M6 * increasing memory
This commit is contained in:
parent
2cc2088720
commit
7d5666109c
|
@ -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
|
||||
|
|
5
pom.xml
5
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 -->
|
||||
|
|
Loading…
Reference in New Issue