b-slim commented on a change in pull request #6713: Fix travis timeout in
BufferHashGrouperTest
URL: https://github.com/apache/incubator-druid/pull/6713#discussion_r239569855
##########
File path: .travis.yml
##########
@@ -47,13 +47,15 @@ matrix:
# processing module test
- env:
- NAME="processing module test"
- install: MAVEN_OPTS='-Xmx3000m' mvn install -q -ff -DskipTests -B
+ install: MAVEN_OPTS='-Xmx4000m' mvn install -q -ff -DskipTests -B
before_script: unset _JAVA_OPTIONS
script:
# Set MAVEN_OPTS for Surefire launcher
- MAVEN_OPTS='-Xmx512m' mvn test -B -pl processing
- sh -c "dmesg | egrep -i '(oom|out of memory|kill process|killed).*'
-C 1 || exit 0"
- free -m
+ after_script:
+ - cat
processing/target/surefire-reports/org.apache.druid.query.groupby.epinephelinae.BufferHashGrouperTest-output.txt
Review comment:
is this for debugging ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]