Github user vladimirtkach commented on a diff in the pull request:

    https://github.com/apache/drill/pull/1143#discussion_r172141644
  
    --- Diff: .travis.yml ---
    @@ -17,9 +17,9 @@ before_install: git fetch --unshallow
     sudo: required
     language: java
     jdk:
    -  - openjdk7
    +  - openjdk8
     cache:
       directories:
       - "$HOME/.m2"
     install: MAVEN_OPTS="-Xms1G -Xmx1G" mvn install --batch-mode 
-DskipTests=true -Dmaven.javadoc.skip=true -Dmaven.source.skip=true
    -script: mvn install 
-DexcludedGroups="org.apache.drill.categories.SlowTest,org.apache.drill.categories.UnlikelyTest,org.apache.drill.categories.SecurityTest"
 -DforkCount=1 -DmemoryMb=2560 -DdirectMemoryMb=4608
    +script: mvn install 
-DexcludedGroups="org.apache.drill.categories.SlowTest,org.apache.drill.categories.UnlikelyTest,org.apache.drill.categories.SecurityTest"
 -DforkCount=1 -DmemoryMb=2560 -DdirectMemoryMb=6008
    --- End diff --
    
    @ilooner yes , there was:
    
testFlattenUpperLimit(org.apache.drill.exec.physical.unit.TestOutputBatchSize)  
Time elapsed: 260.527 sec  <<< ERROR!
    java.lang.OutOfMemoryError: GC overhead limit exceeded
    
    For now changed to previous value.


---

Reply via email to