You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/12/06 18:48:57 UTC

[GitHub] b-slim commented on a change in pull request #6713: Fix travis timeout in BufferHashGrouperTest

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org